diff --git a/config/xray_xtls-rprx-direct.json b/config/xray_xtls-rprx-direct.json index d31c1fe..02619e2 100644 --- a/config/xray_xtls-rprx-direct.json +++ b/config/xray_xtls-rprx-direct.json @@ -19,7 +19,7 @@ "fallbacks": [ { "dest": 60000, - "alpn": "http/1.1", + "alpn": "", "xver": 1 }, { diff --git a/install.sh b/install.sh index 6cd3e13..99370cd 100644 --- a/install.sh +++ b/install.sh @@ -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"