From 084801db29f8ba2451fe054be76d6f59a3f16479 Mon Sep 17 00:00:00 2001 From: delichik Date: Tue, 26 Nov 2024 15:14:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(menu.sh):=20host=5Fopt=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=80=BC=E2=80=9C=E5=B7=B2=E5=BC=80=E5=90=AF=E2=80=9D=E5=92=8C?= =?UTF-8?q?=E4=B8=8E=E2=80=9C=E5=B7=B2=E5=90=AF=E7=94=A8=E2=80=9D=E4=B8=8D?= =?UTF-8?q?=E5=8C=B9=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menu.sh b/scripts/menu.sh index 92995c3..db89895 100644 --- a/scripts/menu.sh +++ b/scripts/menu.sh @@ -561,7 +561,7 @@ setport() { #端口设置 setdns() { #DNS设置 [ -z "$dns_nameserver" ] && dns_nameserver='114.114.114.114, 223.5.5.5' [ -z "$dns_fallback" ] && dns_fallback='1.0.0.1, 8.8.4.4' - [ -z "$hosts_opt" ] && hosts_opt=已开启 + [ -z "$hosts_opt" ] && hosts_opt=已启用 [ -z "$dns_redir" ] && dns_redir=未开启 [ -z "$dns_no" ] && dns_no=未禁用 echo -----------------------------------------------