From dc6a462372618fa58407be7e4b3f0cfe65a36efb Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Wed, 23 Jun 2021 10:40:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=9B=9E=E8=90=BD=E5=A2=9E=E5=8A=A0alpn=20h2=EF=BC=8C=E5=A4=9A?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=88=A0=E9=99=A4sniffing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/install.sh b/install.sh index 0290773..a736300 100644 --- a/install.sh +++ b/install.sh @@ -1991,7 +1991,7 @@ EOF if echo "${selectCustomInstallType}" | grep -q 4 || [[ "$1" == "all" ]]; then # 回落trojan-go - fallbacksList='{"dest":31296,"xver":0}' + fallbacksList='{"dest":31296,"xver":0},{"alpn":"h2","dest":31302,"xver":0}' fi # VLESS_WS_TLS @@ -2588,13 +2588,6 @@ addCorePort() { "network": "tcp", "followRedirect": false }, - "sniffing": { - "enabled": true, - "destOverride": [ - "http", - "tls" - ] - }, "tag": "dokodemo-door-newPort-${port}" } ] @@ -3959,7 +3952,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.5.5" + echoContent green "当前版本:v2.5.6" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus