mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-14 10:48:32 +05:00
blockcheck: remove split-pos=1 for http
This commit is contained in:
parent
b4a5aa4d90
commit
18cf986fec
@ -806,6 +806,8 @@ pktws_curl_test_update_vary()
|
|||||||
for fake in '' $zerofake ; do
|
for fake in '' $zerofake ; do
|
||||||
for split in '' '--dpi-desync-split-pos=1' ; do
|
for split in '' '--dpi-desync-split-pos=1' ; do
|
||||||
pktws_curl_test_update $testf $domain --dpi-desync=$desync "$@" $fake $split && return 0
|
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
|
test_has_split $desync || break
|
||||||
done
|
done
|
||||||
test_has_fake $desync || break
|
test_has_fake $desync || break
|
||||||
|
Loading…
Reference in New Issue
Block a user