Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /ip dns set server=8.8.8.8,208.67.220.220,8.8.4.4,208.67.222.222\
- allow-remote-request=yes cache-size=2048
- /ip firewall nat add action=dst-nat chain=dstnat comment="DNS Premium United States"\
- dst-port=53 protocol=udp to-addresses=208.67.220.220 to-port=443
- /ip firewall nat add action=dst-nat chain=dstnat dst-port=53 protocol=udp\
- to-addresses=208.67.222.222 to-port=443
- /ip firewall nat add action=dst-nat chain=dstnat comment="DNS Premium Singapore" dst-port=53 protocol=udp random=50\
- to-addresses=103.31.225.117 to-ports=443
- /ip firewall nat add action=dst-nat chain=dstnat dst-port=53 protocol=udp random=50\
- to-addresses=103.11.143.205 to-ports=443
- /ip firewall filter add chain=input protocol=udp src-port=53 action=accept\
- comment="BYPASS INTERNET POSITIF"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement