Replace config file doh

This commit is contained in:
CodeRoK7
2025-07-28 06:03:30 +00:00
parent 083b2efd15
commit 1c74ee190a

View File

@@ -3,17 +3,9 @@ config main 'config'
option canary_domains_icloud '1'
option canary_domains_mozilla '1'
option dnsmasq_config_update '-'
option force_dns '0'
option force_dns '1'
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'
@@ -24,3 +16,4 @@ config doh-proxy
option listen_port '5053'
option user 'nobody'
option group 'nogroup'