blockcheck: run nfqws with tpws uid, not default 7FFFFFFF

This commit is contained in:
bol-van 2023-04-15 18:48:48 +03:00
parent 94739bcd37
commit bac22bf9eb

View File

@ -406,7 +406,7 @@ pktws_start()
{
case "$UNAME" in
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)
"$DVTWS" --port=$IPFW_DIVERT_PORT "$@" >/dev/null &