Created
June 7, 2020 15:03
-
-
Save yohangdev/245b74c45bc6bdbe9c42ad5619175e96 to your computer and use it in GitHub Desktop.
Mikrotik using OpenDNS (bypass ISP Indihome transparent proxy/dns)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ip firewall nat | |
add chain=dstnat protocol=udp dst-port=53 action=dst-nat to-addresses=208.67.222.222 to-ports=443 comment="OpenDNS" | |
add chain=dstnat protocol=udp dst-port=53 action=dst-nat to-addresses=208.67.220.220 to-ports=443 comment="OpenDNS" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment