mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-09 14:55:25 +00:00
nfqws: change default split-pos from 3 to 2
This commit is contained in:
@@ -419,7 +419,7 @@ pktws_check_domain_bypass()
|
||||
s="$s --hostcase"
|
||||
pktws_curl_test $1 $3 $s && strategy="${strategy:-$s}"
|
||||
}
|
||||
for pos in 1 2 4 5 10 50 100; do
|
||||
for pos in 1 3 4 5 10 50 100; do
|
||||
s="--dpi-desync=split2 --dpi-desync-split-pos=$pos"
|
||||
if pktws_curl_test $1 $3 $s; then
|
||||
strategy="${strategy:-$s}"
|
||||
|
||||
Reference in New Issue
Block a user