Disassembler
ce325cf3d0
- Bump basic OS to Alpine 3.9 - Restructure repo and add layer versioning - Use JSON for all metadata - Merge abuild branch (but without abuild)
15 lines
349 B
Plaintext
15 lines
349 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"
|
|
|
|
# Enable/disable IPv4 forwarding with the rules
|
|
IPFORWARD="yes"
|