From b809bbe6658ba1f37890a48826248559067e41da Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 21 Apr 2022 11:54:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(minversion):=20=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index eb9aefd..dc83699 100644 --- a/install.sh +++ b/install.sh @@ -1993,7 +1993,7 @@ EOF "network": "tcp", "security": "tls", "tlsSettings": { - "minVersion": "1.3", + "minVersion": "1.2", "alpn": [ "http/1.1", "h2" @@ -2400,7 +2400,7 @@ EOF "network": "tcp", "security": "xtls", "xtlsSettings": { - "minVersion": "1.3", + "minVersion": "1.2", "alpn": [ "http/1.1", "h2"