mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-10 04:14:20 +02:00
14 lines
356 B
Bash
14 lines
356 B
Bash
# /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"
|