Skip to content

Instantly share code, notes, and snippets.

@yohangdev
Created June 7, 2020 15:03
Show Gist options
  • Save yohangdev/245b74c45bc6bdbe9c42ad5619175e96 to your computer and use it in GitHub Desktop.
Save yohangdev/245b74c45bc6bdbe9c42ad5619175e96 to your computer and use it in GitHub Desktop.
Mikrotik using OpenDNS (bypass ISP Indihome transparent proxy/dns)
/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