Browse Source

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

pull/142/head
bol-van 2 years ago
parent
commit
bac22bf9eb
  1. 2
      blockcheck.sh

2
blockcheck.sh

@ -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…
Cancel
Save