From 9383e69aaada9b0faf5b5b31de95108cb030a3a3 Mon Sep 17 00:00:00 2001 From: 233boy Date: Mon, 7 May 2018 14:18:15 +0800 Subject: [PATCH] update ws_tls config --- config/client/ws_tls.json | 2 +- v2ray.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"