From ccef583704613e1a7c3a322262bc8244dd9f3908 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 10 Dec 2021 11:22:42 +0300 Subject: [PATCH] blockcheck: typo --- blockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockcheck.sh b/blockcheck.sh index 959cb56..e557349 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -510,7 +510,7 @@ ask_params() 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 "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 strategy can work but they may not apply to all sites" + 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" echo "if nothing works with TLS 1.2 this test may find TLS1.3 only strategies" echo "make sure that $DOMAIN supports TLS 1.3 otherwise all test will return an error"