From 7fa4ef96b75fadf52f8e7247bd0e98c350dc4064 Mon Sep 17 00:00:00 2001 From: wulabing Date: Wed, 27 Nov 2019 16:21:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20tls=5Fmodify=20=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b8f589e..3df3c76 100644 --- a/install.sh +++ b/install.sh @@ -535,7 +535,7 @@ tls_type(){ echo -e "${OK} ${GreenBG} 已切换至 TLS1.3 only ${Font}" elif [[ $tls_version == 1 ]];then sed -i 's/ssl_protocols.*/ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3;/' $nginx_conf - echo -e "${OK} ${GreenBG} 已切换至 TLS1.3 only ${Font}" + echo -e "${OK} ${GreenBG} 已切换至 TLS1.1 TLS1.2 and TLS1.3 ${Font}" else sed -i 's/ssl_protocols.*/ssl_protocols TLSv1.2 TLSv1.3;/' $nginx_conf echo -e "${OK} ${GreenBG} 已切换至TLS1.2 and TLS1.3 ${Font}"