summaryrefslogtreecommitdiffstats
path: root/main/iptables/iptables.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/iptables/iptables.confd')
-rw-r--r--main/iptables/iptables.confd3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/iptables/iptables.confd b/main/iptables/iptables.confd
index 270c8d4cb..c9e5a685c 100644
--- a/main/iptables/iptables.confd
+++ b/main/iptables/iptables.confd
@@ -9,3 +9,6 @@ SAVE_RESTORE_OPTIONS="-c"
# Save state on stopping iptables
SAVE_ON_STOP="yes"
+
+# Enable/disable IPv4 forwarding with the rules
+IPFORWARD="no"