mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
blockcheck: run nfqws with tpws uid, not default 7FFFFFFF
This commit is contained in:
parent
94739bcd37
commit
bac22bf9eb
@ -406,7 +406,7 @@ pktws_start()
|
|||||||
{
|
{
|
||||||
case "$UNAME" in
|
case "$UNAME" in
|
||||||
Linux)
|
Linux)
|
||||||
"$NFQWS" --dpi-desync-fwmark=$DESYNC_MARK --qnum=$QNUM "$@" >/dev/null &
|
"$NFQWS" --uid $TPWS_UID:$TPWS_GID --dpi-desync-fwmark=$DESYNC_MARK --qnum=$QNUM "$@" >/dev/null &
|
||||||
;;
|
;;
|
||||||
FreeBSD)
|
FreeBSD)
|
||||||
"$DVTWS" --port=$IPFW_DIVERT_PORT "$@" >/dev/null &
|
"$DVTWS" --port=$IPFW_DIVERT_PORT "$@" >/dev/null &
|
||||||
|
Loading…
Reference in New Issue
Block a user