From 77d29b5f757e2659376948fb9444966a6b64c638 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 3 Jun 2021 23:59:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9gR?= =?UTF-8?q?PC=E6=97=A0=E6=B3=95=E5=8C=B9=E9=85=8Dh2=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index fb4c4c2..b728b04 100644 --- a/install.sh +++ b/install.sh @@ -1727,8 +1727,8 @@ EOF "security": "tls", "tlsSettings": { "alpn": [ - "http/1.1", - "h2" + "h2", + "http/1.1" ], "certificates": [ { @@ -2061,8 +2061,8 @@ EOF "xtlsSettings": { "minVersion": "1.2", "alpn": [ - "http/1.1", - "h2" + "h2", + "http/1.1" ], "certificates": [ { @@ -3754,7 +3754,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v2.4.36" + echoContent green "当前版本:v2.4.37" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus