Defining prerouting state

This commit is contained in:
2022-05-19 07:28:11 +00:00
parent 1e1ddbb0f9
commit 0c9ad36c84

View File

@@ -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;