更新 bin/ ZeroWrt.backup

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-01-18 11:07:39 +08:00
parent 56f0c8481d
commit 0c6f0f2701

View File

@ -283,6 +283,10 @@ one_click_setup() {
uci add_list mosdns.config.local_dns='h3://dns.alidns.com/dns-query' # HTTP3 协议
uci add_list mosdns.config.local_dns='https://dns.alidns.com/dns-query' # DoH 服务器
uci add_list mosdns.config.local_dns='https://doh.360.cn/dns-query' # 360 DoH
uci set mosdns.config.remote_dns='tls://8.8.8.8'
uci add_list mosdns.config.remote_dns='tls://1.1.1.1'
uci add_list mosdns.config.remote_dns='tls://dns.google'
uci add_list mosdns.config.remote_dns='tls://cloudflare-dns.com'
uci set mosdns.config.cache='1'
uci set mosdns.config.dns_leak='1'
uci set mosdns.config.concurrent='2'