From 8ec0ce067d3fb36d57127f18b94d50d11c1e6a54 Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 23 Sep 2024 08:23:57 +0300 Subject: [PATCH] blockcheck: TPWS_EXTRA, PKTWS_EXTRA --- blockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockcheck.sh b/blockcheck.sh index cc9bf84..ad47fd8 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -885,7 +885,7 @@ tpws_curl_test() # $1 - test function # $2 - domain # $3,$4,$5, ... - tpws params - echo - checking tpws $3 $4 $5 $6 $7 $8 $9 + echo - checking tpws $3 $4 $5 $6 $7 $8 $9 $TPWS_EXTRA local ALL_PROXY="socks5://127.0.0.1:$SOCKS_PORT" ws_curl_test tpws_start "$@" $TPWS_EXTRA }