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.

29 lines
595 B

  1. #NOTE: See '/etc/stubby/stubby.yml.default' for original config file and descriptions
  2. resolution_type: GETDNS_RESOLUTION_STUB
  3. dns_transport_list:
  4. - GETDNS_TRANSPORT_TLS
  5. tls_authentication: GETDNS_AUTHENTICATION_REQUIRED
  6. tls_query_padding_blocksize: 128
  7. edns_client_subnet_private : 0
  8. idle_timeout: 10000
  9. listen_addresses:
  10. - 127.0.0.1@5453
  11. - 0::1@5453
  12. round_robin_upstreams: 0
  13. upstream_recursive_servers:
  14. # Quad 9 IPv6
  15. - address_data: 2620:fe::10
  16. tls_auth_name: "dns.quad9.net"
  17. # IPv4 addresses
  18. # Quad 9 service
  19. - address_data: 9.9.9.10
  20. tls_auth_name: "dns.quad9.net"