From 86065f25d9b27b6f6a5665312849ac18327ed0f9 Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 8 Dec 2021 16:30:21 +0300 Subject: [PATCH] blockcheck.sh: fix dash multiple local --- blockcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blockcheck.sh b/blockcheck.sh index be09619..d4def65 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -224,7 +224,7 @@ check_domain_bypass() # $1 - test function # $2 - domain - local pid strategy tests='fake' + local pid strategy tests='fake' ttls if nfqws_curl_test $1 $2 --dpi-desync=split2; then strategy='--dpi-desync=split2' @@ -237,7 +237,7 @@ check_domain_bypass() tests="$tests disorder fake,disorder" fi - local ttls=$(seq -s ' ' $MIN_TTL $MAX_TTL) + ttls=$(seq -s ' ' $MIN_TTL $MAX_TTL) for desync in $tests; do for ttl in $ttls; do nfqws_curl_test $1 $2 --dpi-desync=$desync --dpi-desync-ttl=$ttl && {