Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. server:
  2. # The following line will configure unbound to perform cryptographic
  3. # DNSSEC validation using the root trust anchor.
  4. auto-trust-anchor-file: "/var/lib/unbound/root.key"
  5.  
  6. interface: 100.64.0.2
  7. interface: 100.64.0.3
  8. interface: 10.0.0.1
  9. interface: 10.0.1.1
  10. interface: 192.168.1.2
  11. interface: 127.0.0.1
  12.  
  13. outgoing-interface: 95.80.230.2
  14. outgoing-interface: 95.80.230.3
  15. outgoing-interface: 95.80.230.6
  16. outgoing-interface: 95.80.230.7
  17. outgoing-interface: 95.80.230.8
  18.  
  19. access-control: 0.0.0.0/0 allow
  20. port: 53
  21. num-threads: 1
  22. verbosity: 1
  23. statistics-interval: 3600
  24. statistics-cumulative: no
  25. extended-statistics: yes
  26.  
  27. cache-min-ttl: 300
  28. cache-max-ttl: 86400
  29.  
  30. prefetch: yes
  31.  
  32. rrset-cache-size: 32m
  33. msg-cache-size: 16m
  34.  
  35. so-rcvbuf: 1m
  36.  
  37. rrset-roundrobin: yes
  38.  
  39. #local-data: "destiler.skylan.cz. IN A 192.168.11.37"
  40. local-data: "farma-horak.skylan.cz. IN A 192.168.11.30"
  41. local-data: "smokeping.skylan.cz. IN A 62.209.208.3"
  42. #local-data: "hanzal.skylan.cz. IN A 192.168.31.39"
  43. #local-data: "drsek.skylan.cz. IN A 192.168.9.14"
  44. #local-data: "dial-peer.skylan.cz. IN A 212.24.137.61"
  45.  
  46. local-data: "upgrade.mikrotik.com. IN A 95.80.230.254"
  47.  
  48. #forward-zone:
  49. # name: "."
  50. # forward-addr: 95.80.230.234 # Google
  51. # forward-addr: 8.8.4.4 # Google
  52. # forward-addr: 212.24.128.8 # Dial
  53. # forward-addr: 82.119.240.3 # Dial
  54. # forward-addr: 31.31.78.39 # OpenNIC
  55. # forward-addr: 208.67.222.222 # Open DNS
  56. # forward-addr: 208.67.220.220 # Open DNS
  57. # forward-addr: 198.153.194.50 # Norton
  58. # forward-addr: 198.153.192.50 # Norton
  59. # forward-addr: 156.154.71.1 # DNS Advantage
  60. # forward-addr: 156.154.70.1 # DNS Advantage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement