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

  1. config https_dns_proxy
  2. option listen_addr '127.0.0.1'
  3. option listen_port '5053'
  4. option bootstrap_dns '8.8.8.8,8.8.4.4'
  5. option url_prefix 'https://dns.google.com/resolve?'
  6. option user 'nobody'
  7. option group 'nogroup'
  8. option subnet_addr ''
  9. option proxy_server ''
  10. config https_dns_proxy
  11. option listen_addr '127.0.0.1'
  12. option listen_port '5054'
  13. option bootstrap_dns '1.1.1.1,1.0.0.1'
  14. option url_prefix 'https://cloudflare-dns.com/dns-query?ct=application/dns-json&'
  15. option user 'nobody'
  16. option group 'nogroup'
  17. option subnet_addr ''
  18. option proxy_server ''