mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 01:02:26 +01:00
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
# /etc/conf.d/ip6tables
|
|
|
|
# Location in which ip6tables initscript will save set rules on
|
|
# service shutdown
|
|
IP6TABLES_SAVE="/var/lib/ip6tables/rules-save"
|
|
|
|
# Options to pass to ip6tables-save and ip6tables-restore
|
|
SAVE_RESTORE_OPTIONS="-c"
|
|
|
|
# Save state on stopping iptables
|
|
SAVE_ON_STOP="yes"
|