Spotter-VM/vm/etc/conf.d/iptables

15 lines
348 B
Plaintext
Raw Permalink Normal View History

2018-09-04 21:42:26 +02:00
# /etc/conf.d/iptables
# Location in which iptables initscript will save set rules on
# service shutdown
IPTABLES_SAVE="/etc/iptables/rules-save"
# Options to pass to iptables-save and iptables-restore
SAVE_RESTORE_OPTIONS="-c"
# Save state on stopping iptables
2020-02-04 16:09:48 +01:00
SAVE_ON_STOP="no"
2018-09-04 21:42:26 +02:00
# Enable/disable IPv4 forwarding with the rules
IPFORWARD="yes"