From 07330ae2712de863ec165f86f9551d227405e963 Mon Sep 17 00:00:00 2001 From: zhao Date: Thu, 16 Jan 2025 22:21:48 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ZeroWrt b/bin/ZeroWrt index 04bd8f3..d39c3d9 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -271,6 +271,7 @@ one_click_setup() { uci set mosdns.config.enabled='1' uci set mosdns.config.redirect='0' uci set mosdns.config.custom_local_dns='1' + uci set mosdns.config.dump_file='1' uci add_list mosdns.config.local_dns='119.29.29.29' # DNS 服务器 uci add_list mosdns.config.local_dns='119.28.28.28' # DNS 服务器 uci add_list mosdns.config.local_dns='223.5.5.5' # DNS 服务器