mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-09 14:55:25 +00:00
blockcheck: fix missing quic fake escape
This commit is contained in:
@@ -1573,7 +1573,7 @@ pktws_check_domain_http3_bypass_()
|
||||
|
||||
for fake in '' "--dpi-desync-fake-quic=$ZAPRET_BASE/files/fake/quic_initial_www_google_com.bin"; do
|
||||
for rep in '' 2 5 10 20; do
|
||||
pktws_curl_test_update $1 $2 --dpi-desync=fake ${fake:+$fake }${rep:+--dpi-desync-repeats=$rep} && [ "$SCANLEVEL" != force ] && {
|
||||
pktws_curl_test_update $1 $2 --dpi-desync=fake ${fake:+"$fake" }${rep:+--dpi-desync-repeats=$rep} && [ "$SCANLEVEL" != force ] && {
|
||||
[ "$SCANLEVEL" = quick ] && return
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user