How To Disable Google Ssl Using Static Dns - MikroTik Script RouterOS

Here I share how to disable google safe search, namely by disabling Google SSL directly from Mikrotik. This method is useful for converting HTTPS to HTTP in the hope that content can be cached for Internal Proxy or External Proxy purposes (generally Squid / Lusca).

The method is very easy, namely by forcing DNS Static directly from the proxy.

/ip dns static
add address = 216.239.32.20 name = www.google.com
add address = 216.239.32.20 name = www.google.co.id

Google has a lot of dynamic IPs with top level domains in almost every country, because we are in Indonesia so most will be redirected to google.co.id and google.com

Credit: www.o-om.com