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