From 393c1626c91af941405e625923e66bfa6e927580 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 23 Sep 2024 08:22:09 +0300 Subject: [PATCH] blockcheck: TPWS_EXTRA, PKTWS_EXTRA --- blockcheck.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/blockcheck.sh b/blockcheck.sh index 0c20f74..cc9bf84 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -869,6 +869,7 @@ ws_curl_test() # $2 - test function # $3 - domain # $4,$5,$6, ... - ws params + local code ws_start=$1 testf=$2 dom=$3 shift shift @@ -886,15 +887,15 @@ tpws_curl_test() # $3,$4,$5, ... - tpws params echo - checking tpws $3 $4 $5 $6 $7 $8 $9 local ALL_PROXY="socks5://127.0.0.1:$SOCKS_PORT" - ws_curl_test tpws_start "$@" + ws_curl_test tpws_start "$@" $TPWS_EXTRA } pktws_curl_test() { # $1 - test function # $2 - domain # $3,$4,$5, ... - nfqws/dvtws params - echo - checking $PKTWSD ${WF:+$WF }$3 $4 $5 $6 $7 $8 $9 - ws_curl_test pktws_start "$@" + echo - checking $PKTWSD ${WF:+$WF }$3 $4 $5 $6 $7 $8 $9 $PKTWS_EXTRA + ws_curl_test pktws_start "$@" $PKTWS_EXTRA } xxxws_curl_test_update() {