From 56f0c8481dbbcd9673e64b98b5b9623e2e046360 Mon Sep 17 00:00:00 2001 From: zhao Date: Fri, 17 Jan 2025 22:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20bin/ZeroWrt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- bin/ZeroWrt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/ZeroWrt b/bin/ZeroWrt index 6300cc0..c9e6485 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -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'