https-dns-proxy: rename options
[feed/packages.git] / net / https-dns-proxy / files / https-dns-proxy.config
1 config main 'config'
2 option canary_domains_icloud '1'
3 option canary_domains_mozilla '1'
4 option dnsmasq_config_update '*'
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 option procd_trigger_wan6 '0'
17
18 config https-dns-proxy
19 option bootstrap_dns '1.1.1.1,1.0.0.1'
20 option resolver_url 'https://cloudflare-dns.com/dns-query'
21 option listen_addr '127.0.0.1'
22 option listen_port '5054'
23 option user 'nobody'
24 option group 'nogroup'
25
26 config https-dns-proxy
27 option bootstrap_dns '8.8.8.8,8.8.4.4'
28 option resolver_url 'https://dns.google/dns-query'
29 option listen_addr '127.0.0.1'
30 option listen_port '5053'
31 option user 'nobody'
32 option group 'nogroup'