mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-24 16:18:06 +03:00
27 lines
749 B
Plaintext
27 lines
749 B
Plaintext
|
|
config main 'config'
|
|
option canary_domains_icloud '1'
|
|
option canary_domains_mozilla '1'
|
|
option dnsmasq_config_update '-'
|
|
option force_dns '0'
|
|
list force_dns_port '53'
|
|
list force_dns_port '853'
|
|
# ports listed below are used by some
|
|
# of the dnscrypt-proxy v1 resolvers
|
|
# list force_dns_port '553'
|
|
# list force_dns_port '1443'
|
|
# list force_dns_port '4343'
|
|
# list force_dns_port '4434'
|
|
# list force_dns_port '5443'
|
|
# list force_dns_port '8443'
|
|
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'
|