mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
31 lines
891 B
Plaintext
31 lines
891 B
Plaintext
|
|
config main 'config'
|
|
option dnsmasq_config_update '*'
|
|
list force_dns_port '53'
|
|
list force_dns_port '853'
|
|
option procd_trigger_wan6 '0'
|
|
option force_dns '0'
|
|
|
|
config https-dns-proxy
|
|
option resolver_url 'https://cloudflare-dns.com/dns-query'
|
|
option listen_addr '127.0.0.1'
|
|
option listen_port '5053'
|
|
option user 'nobody'
|
|
option group 'nogroup'
|
|
option bootstrap_dns '1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001'
|
|
|
|
config https-dns-proxy
|
|
option resolver_url 'https://dns.google/dns-query'
|
|
option listen_addr '127.0.0.1'
|
|
option listen_port '5054'
|
|
option user 'nobody'
|
|
option group 'nogroup'
|
|
option bootstrap_dns '8.8.8.8,8.8.4.4,2001:4860:4860::8888,2001:4860:4860::8844'
|
|
|
|
config https-dns-proxy
|
|
option resolver_url 'https://doh.opendns.com/dns-query'
|
|
option bootstrap_dns '208.67.222.222,208.67.220.220'
|
|
option listen_addr '127.0.0.1'
|
|
option listen_port '5055'
|
|
|