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.

19 lines
527 B

  1. config main 'config'
  2. option update_dnsmasq_config '*'
  3. option force_dns '1'
  4. config https-dns-proxy
  5. option bootstrap_dns '1.1.1.1,1.0.0.1'
  6. option resolver_url 'https://cloudflare-dns.com/dns-query'
  7. option listen_addr '127.0.0.1'
  8. option listen_port '5054'
  9. option user 'nobody'
  10. option group 'nogroup'
  11. config https-dns-proxy
  12. option bootstrap_dns '8.8.8.8,8.8.4.4'
  13. option resolver_url 'https://dns.google/dns-query'
  14. option listen_addr '127.0.0.1'
  15. option listen_port '5053'
  16. option user 'nobody'
  17. option group 'nogroup'