From 19985869ac0135670d94fad24ce009fe852ca43d Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 14 Apr 2022 17:31:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9m?= =?UTF-8?q?inVersion=E4=B8=BA1.3?= 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 42368ff..20e673d 100644 --- a/install.sh +++ b/install.sh @@ -1980,7 +1980,7 @@ EOF "network": "tcp", "security": "tls", "tlsSettings": { - "minVersion": "1.2", + "minVersion": "1.3", "alpn": [ "http/1.1", "h2" @@ -2387,7 +2387,7 @@ EOF "network": "tcp", "security": "xtls", "xtlsSettings": { - "minVersion": "1.2", + "minVersion": "1.3", "alpn": [ "http/1.1", "h2"