Compare commits

...

4 Commits

Author SHA1 Message Date
NewUse
e1ea962715
Merge branch 'bol-van:master' into tpws-minimal 2024-09-23 21:33:31 +03:00
NewUse
8b27e6425e
Update Makefile
remove unnecessary dependencies
2024-09-23 21:32:18 +03:00
bol-van
8ec0ce067d blockcheck: TPWS_EXTRA, PKTWS_EXTRA 2024-09-23 08:23:57 +03:00
bol-van
393c1626c9 blockcheck: TPWS_EXTRA, PKTWS_EXTRA 2024-09-23 08:22:09 +03:00
2 changed files with 6 additions and 5 deletions

View File

@ -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
@ -884,17 +885,17 @@ 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 "$@"
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()
{

View File

@ -12,7 +12,7 @@ define Package/tpws
CATEGORY:=Network
TITLE:=tpws
SUBMENU:=Zapret
DEPENDS:=+zlib +libcap +zlib +libcap +gzip +iptables
DEPENDS:=+zlib +libcap +zlib +libcap +iptables
endef