https-dns-proxy: fix deleting server items, configurable dnsmasq settings change
[feed/packages.git] / net / https-dns-proxy / files / https-dns-proxy.config
1 config main 'config'
2 option update_dnsmasq_config '*'
3
4 config https-dns-proxy
5 option bootstrap_dns '8.8.8.8,8.8.4.4'
6 option resolver_url 'https://dns.google/dns-query'
7 option listen_addr '127.0.0.1'
8 option listen_port '5053'
9 option user 'nobody'
10 option group 'nogroup'
11
12 config https-dns-proxy
13 option bootstrap_dns '1.1.1.1,1.0.0.1'
14 option resolver_url 'https://cloudflare-dns.com/dns-query'
15 option listen_addr '127.0.0.1'
16 option listen_port '5054'
17 option user 'nobody'
18 option group 'nogroup'