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.

41 lines
861 B

  1. # For documents, please see https://github.com/AdguardTeam/dnsproxy#usage
  2. config dnsproxy 'global'
  3. option enabled '0'
  4. option listen_addr '127.0.0.1'
  5. option listen_port '5353'
  6. option log_file ''
  7. option all_servers '0'
  8. option fastest_addr '0'
  9. option insecure '0'
  10. option ipv6_disabled '0'
  11. option max_go_routines ''
  12. option rate_limit ''
  13. option refuse_any '0'
  14. option udp_buf_size ''
  15. option verbose '0'
  16. config dnsproxy 'bogus_nxdomain'
  17. list ip_addr ''
  18. config dnsproxy 'cache'
  19. option enabled '0'
  20. option cache_optimistic '0'
  21. option size '65535'
  22. option min_ttl ''
  23. option max_ttl ''
  24. config dnsproxy 'dns64'
  25. option enabled '0'
  26. option dns64_prefix '64:ff9b::'
  27. config dnsproxy 'edns'
  28. option enabled '0'
  29. option edns_addr ''
  30. config dnsproxy 'servers'
  31. list bootstrap 'tls://8.8.8.8'
  32. list fallback 'tls://9.9.9.9'
  33. list upstream 'tls://1.1.1.1'