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.

18 lines
505 B

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