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
828 B

  1. config main 'config'
  2. option update_dnsmasq_config '*'
  3. option force_dns '1'
  4. list force_dns_port '53'
  5. list force_dns_port '853'
  6. # ports listed below are used by some
  7. # of the dnscrypt-proxy v1 resolvers
  8. # list force_dns_port '553'
  9. # list force_dns_port '1443'
  10. # list force_dns_port '4343'
  11. # list force_dns_port '4434'
  12. # list force_dns_port '5443'
  13. # list force_dns_port '8443'
  14. config https-dns-proxy
  15. option bootstrap_dns '1.1.1.1,1.0.0.1'
  16. option resolver_url 'https://cloudflare-dns.com/dns-query'
  17. option listen_addr '127.0.0.1'
  18. option listen_port '5054'
  19. option user 'nobody'
  20. option group 'nogroup'
  21. config https-dns-proxy
  22. option bootstrap_dns '8.8.8.8,8.8.4.4'
  23. option resolver_url 'https://dns.google/dns-query'
  24. option listen_addr '127.0.0.1'
  25. option listen_port '5053'
  26. option user 'nobody'
  27. option group 'nogroup'