You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
766 B

  1. config unbound
  2. option add_extra_dns '0'
  3. option add_local_fqdn '1'
  4. option add_wan_fqdn '0'
  5. option dhcp_link 'none'
  6. option dhcp4_slaac6 '0'
  7. option dns64 '0'
  8. option dns64_prefix '64:ff9b::/96'
  9. option domain 'lan'
  10. option domain_type 'static'
  11. option edns_size '1280'
  12. option hide_binddata '1'
  13. option listen_port '53'
  14. option localservice '1'
  15. option manual_conf '0'
  16. option protocol 'mixed'
  17. option query_minimize '0'
  18. option query_min_strict '0'
  19. option rebind_localhost '0'
  20. option rebind_protection '1'
  21. option recursion 'passive'
  22. option resource 'small'
  23. option root_age '9'
  24. option ttl_min '120'
  25. option unbound_control '0'
  26. option validator '0'
  27. option validator_ntp '1'
  28. list trigger 'lan'
  29. list trigger 'wan'
  30. #list domain_insecure 'www.example.com'