Merge pull request #19532 from pprindeville/isc-dhcp-drop-gratuitous-named-reload
[feed/packages.git] / net / https-dns-proxy / files / https-dns-proxy.config
1 config main 'config'
2 option update_dnsmasq_config '*'
3 option canary_domains_icloud '1'
4 option canary_domains_mozilla '1'
5 option force_dns '1'
6 list force_dns_port '53'
7 list force_dns_port '853'
8 # ports listed below are used by some
9 # of the dnscrypt-proxy v1 resolvers
10 # list force_dns_port '553'
11 # list force_dns_port '1443'
12 # list force_dns_port '4343'
13 # list force_dns_port '4434'
14 # list force_dns_port '5443'
15 # list force_dns_port '8443'
16
17 config https-dns-proxy
18 option bootstrap_dns '1.1.1.1,1.0.0.1'
19 option resolver_url 'https://cloudflare-dns.com/dns-query'
20 option listen_addr '127.0.0.1'
21 option listen_port '5054'
22 option user 'nobody'
23 option group 'nogroup'
24
25 config https-dns-proxy
26 option bootstrap_dns '8.8.8.8,8.8.4.4'
27 option resolver_url 'https://dns.google/dns-query'
28 option listen_addr '127.0.0.1'
29 option listen_port '5053'
30 option user 'nobody'
31 option group 'nogroup'