diff options
Diffstat (limited to 'aports/iptables/ip6tables.confd')
-rw-r--r-- | aports/iptables/ip6tables.confd | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/aports/iptables/ip6tables.confd b/aports/iptables/ip6tables.confd index 1fa63f3..09e470b 100644 --- a/aports/iptables/ip6tables.confd +++ b/aports/iptables/ip6tables.confd @@ -1,14 +1,4 @@ -# /etc/conf.d/ip6tables - -# Location in which ip6tables initscript will save set rules on -# service shutdown -IP6TABLES_SAVE="/etc/iptables/rules6-save" - -# Options to pass to ip6tables-save and ip6tables-restore -SAVE_RESTORE_OPTIONS="-c" - -# Save state on stopping iptables -SAVE_ON_STOP="yes" - -# Enable/disable IPv6 forwarding with the rules -IPFORWARD="no" +IP6TABLES_SAVE="/media/etc/ip6tables" +SAVE_RESTORE_OPTIONS="" +SAVE_ON_STOP="no" +IPFORWARD="yes" |