xray-0.0.6

[bugfix] 修复 fallback 默认 alpn 设置错误导致的相关异常
pull/319/head
wulabing 2021-02-15 22:51:07 +08:00
parent 50604086d7
commit 5ce5efd0d9
No known key found for this signature in database
GPG Key ID: 213391AFDF73AE00
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"fallbacks": [
{
"dest": 60000,
"alpn": "http/1.1",
"alpn": "",
"xver": 1
},
{

View File

@ -23,7 +23,7 @@ OK="${Green}[OK]${Font}"
ERROR="${Red}[ERROR]${Font}"
# 变量
shell_version="0.0.5"
shell_version="0.0.6"
github_branch="xray"
version_cmp="/tmp/version_cmp.tmp"
xray_conf_dir="/usr/local/etc/xray"