From b10a0a6d88ba9cee9e82442656bf076410d378ba Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 22 Dec 2021 12:55:05 +0300 Subject: [PATCH] blockcheck.sh : move md5sig test to the end --- blockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockcheck.sh b/blockcheck.sh index 11d6dfe..e996e93 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -463,7 +463,7 @@ pktws_check_domain_bypass() break } done - for fooling in badsum md5sig badseq; do + for fooling in badsum badseq md5sig; do s="--dpi-desync=$desync --dpi-desync-fooling=$fooling $e" if pktws_curl_test $1 $3 $s ; then strategy="${strategy:-$s}"