mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 05:22:58 +03:00
debian : use SLAVE_ETH only on router
This commit is contained in:
parent
8d47cea3e5
commit
35774c04c6
@ -86,7 +86,7 @@ fw_tpws_add()
|
||||
[ -n "$SLAVE_ETH" ] && {
|
||||
iptables -t nat -C PREROUTING -i $SLAVE_ETH -p tcp $1 -j DNAT --to 127.0.0.1:$TPPORT 2>/dev/null ||
|
||||
iptables -t nat -I PREROUTING -i $SLAVE_ETH -p tcp $1 -j DNAT --to 127.0.0.1:$TPPORT
|
||||
}
|
||||
}
|
||||
iptables -t nat -C OUTPUT -m owner ! --uid-owner $TPWS_USER -p tcp $1 -j DNAT --to 127.0.0.1:$TPPORT 2>/dev/null ||
|
||||
iptables -t nat -I OUTPUT -m owner ! --uid-owner $TPWS_USER -p tcp $1 -j DNAT --to 127.0.0.1:$TPPORT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user