mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 01:02:26 +01:00
12 lines
286 B
Plaintext
12 lines
286 B
Plaintext
# /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
|
|
SAVE_ON_STOP="yes"
|