diff --git a/config/client/ws_tls.json b/config/client/ws_tls.json index 613b64f..2dba9f3 100644 --- a/config/client/ws_tls.json +++ b/config/client/ws_tls.json @@ -34,7 +34,7 @@ "network": "ws", "security": "tls", "tlsSettings": { - "serverName": "233blog.com", + "serverName": "233blog.com" }, "wsSettings": { "path": "/233blog" diff --git a/v2ray.sh b/v2ray.sh index b22dfca..6ebd1b2 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -10,7 +10,7 @@ none='\e[0m' # Root [[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1 -_version="v2.22" +_version="v2.23" cmd="apt-get"