Skip to content

Commit

Permalink
add ws host
Browse files Browse the repository at this point in the history
  • Loading branch information
233boy committed May 7, 2018
1 parent 9383e69 commit 276f17a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config/client/ws_tls.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
"serverName": "233blog.com"
},
"wsSettings": {
"path": "/233blog"
"path": "/233blog",
"headers": {
"Host": "233blog.com"
}
}
},
"mux": {
Expand Down
2 changes: 1 addition & 1 deletion v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 276f17a

Please sign in to comment.