From 18cf986fecd0b11575f5fb801e066d9f3f1ec0a6 Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 11 Apr 2024 19:27:28 +0300 Subject: [PATCH] blockcheck: remove split-pos=1 for http --- blockcheck.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blockcheck.sh b/blockcheck.sh index 9799cb9..16e33e2 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -806,6 +806,8 @@ pktws_curl_test_update_vary() for fake in '' $zerofake ; do for split in '' '--dpi-desync-split-pos=1' ; do pktws_curl_test_update $testf $domain --dpi-desync=$desync "$@" $fake $split && return 0 + # split-pos=1 is meaningful for DPIs searching for 16 03 in TLS. no reason to apply to http + [ "$sec" = 1 ] || break test_has_split $desync || break done test_has_fake $desync || break