From 2f18bde5a85964427c745327d57e1300320e5fc2 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 10 Dec 2021 15:16:02 +0300 Subject: [PATCH] blockcheck: typo --- blockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockcheck.sh b/blockcheck.sh index f73362e..38b55a4 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -508,7 +508,7 @@ ask_params() if curl_supports_tls13; then echo echo "TLS 1.3 is the new standard for encrypted communications over TCP" - echo "its the most important feature for DPI bypass is encrypted server TLS ClientHello" + echo "its the most important feature for DPI bypass is encrypted TLS ServerHello" echo "more and more sites enable TLS 1.3 but still there're many sites with only TLS 1.2 support" echo "with TLS 1.3 more DPI bypass strategies can work but they may not apply to all sites" echo "if a strategy works with TLS 1.2 it will also work with TLS 1.3"