15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
# /etc/conf.d/ip6tables
|
|
|
|
# Location in which ip6tables initscript will save set rules on
|
|
# service shutdown
|
|
IP6TABLES_SAVE="/etc/iptables/rx-rules6"
|
|
|
|
# Options to pass to ip6tables-save and ip6tables-restore
|
|
SAVE_RESTORE_OPTIONS="-c"
|
|
|
|
# Save state on stopping iptables
|
|
SAVE_ON_STOP="no"
|
|
|
|
# Enable/disable IPv6 forwarding with the rules
|
|
IPFORWARD="no"
|