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 服务器