mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-11 05:56:44 +03:00
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
|
|
config main 'config'
|
|
option canary_domains_icloud '1'
|
|
option canary_domains_mozilla '1'
|
|
option dnsmasq_config_update '-'
|
|
option force_dns '1'
|
|
list force_dns_port '53'
|
|
list force_dns_port '853'
|
|
list procd_fw_src_interfaces 'lan'
|
|
option procd_trigger_wan6 '0'
|
|
|
|
config doh-proxy
|
|
option bootstrap_dns '94.140.14.14,94.140.15.15'
|
|
option resolver_url 'https://dns.adguard-dns.com/dns-query'
|
|
option listen_addr '127.0.0.1'
|
|
option listen_port '5053'
|
|
option user 'nobody'
|
|
option group 'nogroup'
|
|
|
|
config doh-proxy
|
|
option resolver_url 'https://dns.google/dns-query'
|
|
option bootstrap_dns '8.8.8.8,8.8.4.4'
|
|
option listen_addr '127.0.0.1'
|
|
option listen_port '5054'
|
|
option user 'nobody'
|
|
option group 'nogroup'
|
|
|
|
config doh-proxy
|
|
option resolver_url 'https://cloudflare-dns.com/dns-query'
|
|
option bootstrap_dns '1.1.1.1,1.0.0.1'
|
|
option listen_addr '127.0.0.1'
|
|
option listen_port '5055'
|
|
option user 'nobody'
|
|
option group 'nogroup'
|
|
|
|
config doh-proxy
|
|
option resolver_url 'https://router.comss.one/dns-query'
|
|
option bootstrap_dns '195.133.25.16,212.109.195.93'
|
|
option listen_addr '127.0.0.1'
|
|
option listen_port '5056'
|
|
option user 'nobody'
|
|
option group 'nogroup' |