Advertisement
phadjrat

dns open

May 20th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /ip dns cache flush
  2. /ip dns
  3. set allow-remote-requests=yes cache-max-ttl=7h cache-size=2048KiB max-udp-packet-size=4096 servers=208.67.222.222,208.67.220.220
  4. /ip fi na
  5. add action=dst-nat chain=dstnat comment=Dns disabled=no dst-port=53 protocol=tcp random=50 to-addresses=208.67.222.222 to-ports=443
  6. add action=dst-nat chain=dstnat comment=Dns disabled=no dst-port=53 protocol=udp random=50 to-addresses=208.67.222.222 to-ports=443
  7. add action=dst-nat chain=dstnat comment=Dns disabled=no dst-port=53 protocol=tcp random=50 to-addresses=208.67.220.220 to-ports=5353
  8. add action=dst-nat chain=dstnat comment=Dns disabled=no dst-port=53 protocol=udp random=50 to-addresses=208.67.220.220 to-ports=5353
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement