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.

42 lines
1.6 KiB

  1. config stubby 'global'
  2. option manual '0'
  3. option trigger 'wan'
  4. # option triggerdelay '2'
  5. list dns_transport 'GETDNS_TRANSPORT_TLS'
  6. option tls_authentication '1'
  7. option tls_query_padding_blocksize '128'
  8. # option tls_connection_retries '2'
  9. # option tls_backoff_time '3600'
  10. # option timeout '5000'
  11. # option dnssec_return_status '0'
  12. option appdata_dir '/var/lib/stubby'
  13. # option trust_anchors_backoff_time 2500
  14. # option dnssec_trust_anchors '/var/lib/stubby/getdns-root.key'
  15. option edns_client_subnet_private '1'
  16. option idle_timeout '10000'
  17. option round_robin_upstreams '1'
  18. list listen_address '127.0.0.1@5453'
  19. list listen_address '0::1@5453'
  20. # option log_level '7'
  21. # option command_line_arguments ''
  22. # Upstream resolvers are specified using 'resolver' sections.
  23. config resolver
  24. option address '2606:4700:4700::1111'
  25. option tls_auth_name 'cloudflare-dns.com'
  26. # list spki 'sha256/yioEpqeR4WtDwE9YxNVnCEkTxIjx6EEIwFSQW+lJsbc='
  27. config resolver
  28. option address '2606:4700:4700::1001'
  29. option tls_auth_name 'cloudflare-dns.com'
  30. # list spki 'sha256/yioEpqeR4WtDwE9YxNVnCEkTxIjx6EEIwFSQW+lJsbc='
  31. config resolver
  32. option address '1.1.1.1'
  33. option tls_auth_name 'cloudflare-dns.com'
  34. # list spki 'sha256/yioEpqeR4WtDwE9YxNVnCEkTxIjx6EEIwFSQW+lJsbc='
  35. config resolver
  36. option address '1.0.0.1'
  37. option tls_auth_name 'cloudflare-dns.com'
  38. # list spki 'sha256/yioEpqeR4WtDwE9YxNVnCEkTxIjx6EEIwFSQW+lJsbc='