blockcheck.sh : move md5sig test to the end

This commit is contained in:
bol-van 2021-12-22 12:55:05 +03:00
parent ba601b08ce
commit b10a0a6d88

View File

@ -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}"