From 51a6073b962506551fcec89eadd822dea3712aad Mon Sep 17 00:00:00 2001 From: jamesmarc2016 <934396065@qq.com> Date: Mon, 26 Mar 2018 14:28:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index aa0bc39..1a5f6ff 100644 --- a/install.sh +++ b/install.sh @@ -95,8 +95,8 @@ v2ray_config() { echo "备注1: 含有 [dynamicPort] 的即启用动态端口.." echo "备注2: [utp | srtp | wechat-video] 分别为 伪装成 [BT下载 | 视频通话 | 微信视频通话]" echo - read -p "$(echo -e "(默认协议: ${cyan}TCP$none)"):" v2ray_transport_opt - [ -z "$v2ray_transport_opt" ] && v2ray_transport_opt=1 + read -p "$(echo -e "(默认协议: ${cyan}WebSocket$none)"):" v2ray_transport_opt + [ -z "$v2ray_transport_opt" ] && v2ray_transport_opt=3 case $v2ray_transport_opt in [1-9] | 1[0-5]) echo