feat(install): 修改类型

pull/534/merge
mack-a 2020-08-27 21:12:40 +08:00
parent f17c3b90e4
commit fd957ab50d
1 changed files with 2 additions and 2 deletions

View File

@ -795,7 +795,7 @@ EOF
} }
} }
EOF EOF
elif [[ "$1" = "tls" ]] elif [[ "$1" = "tcp" ]]
then then
cat << EOF > /etc/v2ray/config.json cat << EOF > /etc/v2ray/config.json
{ {
@ -1111,7 +1111,7 @@ installV2RayTCPTLS(){
# 安装V2Ray # 安装V2Ray
installV2Ray installV2Ray
installV2RayService installV2RayService
initV2RayConfig tls initV2RayConfig tcp
handleV2Ray start handleV2Ray start
# 生成账号 # 生成账号
checkGFWStatue tcp checkGFWStatue tcp