From f000c03b4c296e196d3e147f723357f0b52e6191 Mon Sep 17 00:00:00 2001 From: KANIKIG Date: Sat, 17 Oct 2020 16:19:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BD=BF=E5=85=B6=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gost.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gost.sh b/gost.sh index 33b5e01..a8c35f6 100755 --- a/gost.sh +++ b/gost.sh @@ -480,23 +480,23 @@ function show_all_conf() eachconf_retrieve if [ "$is_encrypt" == "nonencrypt" ]; then - str="tcp+udp不加密" + str="不加密中转" elif [ "$is_encrypt" == "encrypttls" ]; then - str=" tls隧道 " + str=" tls隧道 " elif [ "$is_encrypt" == "encryptws" ]; then - str=" ws隧道 " + str=" ws隧道 " elif [ "$is_encrypt" == "encryptwss" ]; then - str=" wss隧道 " + str=" wss隧道 " elif [ "$is_encrypt" == "decrypttls" ]; then - str=" tls解密 " + str=" tls解密 " elif [ "$is_encrypt" == "decryptws" ]; then - str=" ws解密 " + str=" ws解密 " elif [ "$is_encrypt" == "decryptwss" ]; then - str=" wss解密 " + str=" wss解密 " elif [ "$is_encrypt" == "ss" ]; then - str=" ss " + str=" ss " elif [ "$is_encrypt" == "socks" ]; then - str=" socks5 " + str=" socks5 " fi echo -e " $i |$str |$s_port\t|$d_ip:$d_port"