From 0b6e84d767fba89415baa45a76934ceba9672338 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sun, 28 Feb 2021 12:41:29 +0800 Subject: [PATCH] =?UTF-8?q?v1.1.5-test=20~=E4=BF=AE=E5=A4=8D=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/clash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clash.sh b/scripts/clash.sh index dd3c2b2..4b9d5ae 100644 --- a/scripts/clash.sh +++ b/scripts/clash.sh @@ -521,7 +521,7 @@ clashcfg(){ echo -e " 1 Redir模式:CPU以及内存\033[33m占用较低\033[0m" echo -e " 但\033[31m不支持UDP\033[0m流量转发" echo -e " 适合\033[32m非游戏用户\033[0m使用" - echo -e " 2 混合模式: 使用redir转发TCP,Tun转发UPD" + echo -e " 2 混合模式: 使用redir转发TCP,Tun转发UDP流量" echo -e " \033[33m速度较快\033[0m,\033[31m内存占用略高\033[0m" echo -e " 适合\033[32m游戏用户、综合用户\033[0m" echo -e " 3 Tun模式: \033[33m支持UDP转发\033[0m且延迟最低"