mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 06:05:13 +02:00
11 lines
293 B
Text
11 lines
293 B
Text
# /etc/conf.d/ip6tables
|
|
|
|
# Location in which iptables initscript will save set rules on
|
|
# service shutdown
|
|
IP6TABLES_SAVE="/var/lib/ip6tables/rules-save"
|
|
|
|
# Options to pass to iptables-save and iptables-restore
|
|
SAVE_RESTORE_OPTIONS="-c"
|
|
|
|
# Save state on stopping iptables
|
|
SAVE_ON_STOP="yes"
|