Advertisement
Guest User

Untitled

a guest
May 11th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. root@turris:~# cat /etc/config/resolver
  2.  
  3. config resolver 'common'
  4. list interface '0.0.0.0'
  5. list interface '::0'
  6. option port '53'
  7. option keyfile '/etc/root.keys'
  8. option verbose '0'
  9. option msg_buffer_size '4096'
  10. option msg_cache_size '20M'
  11. option net_ipv6 '1'
  12. option net_ipv4 '1'
  13. option forward_upstream '1'
  14. option prefered_resolver 'kresd'
  15. option ignore_root_key '0'
  16. option prefetch 'yes'
  17. option static_domains '1'
  18. option dynamic_domains '1'
  19. option forward_custom '99_google'
  20.  
  21. config resolver 'kresd'
  22. option rundir '/tmp/kresd'
  23. option log_stderr '1'
  24. option log_stdout '1'
  25. option forks '1'
  26. option keep_cache '1'
  27. list rpz_file '/etc/kresd/adb_list.overall'
  28.  
  29. config resolver 'unbound'
  30. option outgoing_range '60'
  31. option outgoing_num_tcp '1'
  32. option incoming_num_tcp '1'
  33. option msg_cache_slabs '1'
  34. option num_queries_per_thread '30'
  35. option rrset_cache_size '100K'
  36. option rrset_cache_slabs '1'
  37. option infra_cache_slabs '1'
  38. option infra_cache_numhosts '200'
  39. list access_control '0.0.0.0/0 allow'
  40. list access_control '::0/0 allow'
  41. option pidfile '/var/run/unbound.pid'
  42. option root_hints '/etc/unbound/named.cache'
  43. option target_fetch_policy '2 1 0 0 0'
  44. option harden_short_bufsize 'yes'
  45. option harden_large_queries 'yes'
  46. option qname_minimisation 'yes'
  47. option harden_below_nxdomain 'yes'
  48. option key_cache_size '100k'
  49. option key_cache_slabs '1'
  50. option neg_cache_size '10k'
  51. option prefetch_key 'yes'
  52.  
  53. config resolver 'unbound_remote_control'
  54. option control_enable 'yes'
  55. option control_use_cert 'no'
  56. list control_interface '127.0.0.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement