From 09b8fa875ddaf9841beb604e9e578f062b041cf8 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 24 Jun 2024 19:46:41 +0300 Subject: [PATCH] blockcheck: remote fake from seqovl tests --- blockcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blockcheck.sh b/blockcheck.sh index e086097..0d26eb1 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -1086,7 +1086,7 @@ pktws_check_domain_http_bypass_() pktws_curl_test_update_vary $1 $2 $3 $desync $e && [ "$SCANLEVEL" = quick ] && return done } - for desync in split2 disorder2 fake,split2 fake,disorder2; do + for desync in split2 disorder2; do s="--dpi-desync=$desync" if [ "$sec" = 0 ]; then for pos in method host; do @@ -1098,7 +1098,7 @@ pktws_check_domain_http_bypass_() done fi for pos in 2 3 4 5 10 50; do - pktws_curl_test_update $1 $3 $s --dpi-desync-split-seqovl=$(($pos - 1)) --dpi-desync-split-pos=$pos $e && [ "$SCANLEVEL" = quick ] && return + pktws_curl_test_update $1 $3 $s --dpi-desync-split-seqovl=$(($pos - 1)) --dpi-desync-split-pos=$pos $e && [ "$SCANLEVEL" = quick ] && return done done for desync in $tests; do