Defining prerouting state
This commit is contained in:
@@ -188,7 +188,9 @@ if [[ "$PREROUTING" == "true" ]] || [[ "$POSTROUTING" == "true" ]] || [[ "$HOST"
|
|||||||
|
|
||||||
debug "iptables: "$IPTABLES;
|
debug "iptables: "$IPTABLES;
|
||||||
|
|
||||||
|
if [[ "$PREROUTING" == "true" ]] ; then
|
||||||
prerouting;
|
prerouting;
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "$POSTROUTING" == "true" ]] ; then
|
if [[ "$POSTROUTING" == "true" ]] ; then
|
||||||
postrouting;
|
postrouting;
|
||||||
|
Reference in New Issue
Block a user