Advertisement
ujiajah1

mikrotik dns-server unbound

Jan 18th, 2016
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ip dns set
  2. servers : 127.0.0.1
  3.         : ipproxy
  4.         : gateway lan
  5.         : local dns / or google dns /
  6.         :
  7. ip firewall nat
  8. add chain = dstnat
  9. src address = !ipproxy
  10. protocol = 17(udp)
  11. dst port = 53
  12. add action = dst-nat
  13. to-addresses = ipproxy
  14. to-ports = 53
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement