add ws host

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

@ -37,7 +37,10 @@
"serverName": "233blog.com"
},
"wsSettings": {
"path": "/233blog"
"path": "/233blog",
"headers": {
"Host": "233blog.com"
}
}
},
"mux": {

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

Loading…
Cancel
Save