mirror of
https://github.com/bol-van/zapret.git
synced 2025-01-04 07:20:35 +05:00
blockcheck.sh : move md5sig test to the end
This commit is contained in:
parent
ba601b08ce
commit
b10a0a6d88
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user