From 2c0c2c987bddec081e6a87199818a73e34923b35 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 4 Feb 2022 20:54:17 +0300 Subject: [PATCH] blockcheck: use 3003 GID in tpws for android compat --- blockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockcheck.sh b/blockcheck.sh index f533fc6..817cf46 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -6,7 +6,7 @@ ZAPRET_BASE="$EXEDIR" [ -n "$QNUM" ] || QNUM=59780 [ -n "$TPPORT" ] || TPPORT=993 -[ -n "$TPWS_UID" ] || TPWS_UID=1 +[ -n "$TPWS_UID" ] || TPWS_UID=1:3003 [ -n "$NFQWS" ] || NFQWS="$ZAPRET_BASE/nfq/nfqws" [ -n "$DVTWS" ] || DVTWS="$ZAPRET_BASE/nfq/dvtws" [ -n "$TPWS" ] || TPWS="$ZAPRET_BASE/tpws/tpws"