small-package/luci-app-dnscrypt-proxy2/files/dnscrypt-proxy.config

12 lines
536 B
Plaintext
Raw Normal View History

2021-09-24 23:37:27 +08:00
config dnscrypt-proxy 'ns1'
option enable '0'
list resolvers 'public-resolvers'
option netprobe_address '114.114.114.114:53'
2021-11-22 09:02:33 +08:00
option bootstrap_resolvers '114.114.114.114:53'
2021-09-24 23:37:27 +08:00
option listen_addresses '127.0.0.1:5335'
2023-02-05 09:45:12 +08:00
option force 'cache dnscrypt_servers lb_estimator ignore_system_dns cert_ignore_timestamp block_unqualified block_undelegated ipv4_servers require_nofilter require_nolog doh_servers block_ipv6'
2021-09-24 23:37:27 +08:00
list forwarding_rules '/etc/dnsmasq.oversea/oversea_list.conf'
2021-11-22 09:02:33 +08:00
list blocked_names '/usr/share/adbyby/dnsmasq.adblock'
2021-09-24 23:37:27 +08:00