update ws_tls config

pull/31/merge
233boy 7 years ago
parent f8dd41b947
commit 9383e69aaa
  1. 2
      config/client/ws_tls.json
  2. 2
      v2ray.sh

@ -34,7 +34,7 @@
"network": "ws", "network": "ws",
"security": "tls", "security": "tls",
"tlsSettings": { "tlsSettings": {
"serverName": "233blog.com", "serverName": "233blog.com"
}, },
"wsSettings": { "wsSettings": {
"path": "/233blog" "path": "/233blog"

@ -10,7 +10,7 @@ none='\e[0m'
# Root # Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1 [[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
_version="v2.22" _version="v2.23"
cmd="apt-get" cmd="apt-get"

Loading…
Cancel
Save