From 805d75720f718a7fec7565258087ac40e52a8589 Mon Sep 17 00:00:00 2001 From: juewuy Date: Wed, 31 Dec 2025 15:08:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E4=BF=AE=E6=94=B9=20=20=20=20=20=20?= =?UTF-8?q?=20=20scripts/menus/dns.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/menus/dns.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/menus/dns.sh b/scripts/menus/dns.sh index 9171ae41..73152ef6 100644 --- a/scripts/menus/dns.sh +++ b/scripts/menus/dns.sh @@ -1,6 +1,9 @@ #!/bin/sh # Copyright (C) Juewuy +[ -n "$__IS_MODULE_DNS_LOADED" ] && return +__IS_MODULE_DNS_LOADED=1 + set_dns_mod() { #DNS模式设置 [ -z "$hosts_opt" ] && hosts_opt=ON [ -z "$dns_protect" ] && dns_protect=ON