mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
ee384d03ce
Signed-off-by: Tom Eastep <teastep@shorewall.net>
19 lines
446 B
Plaintext
19 lines
446 B
Plaintext
# List the Shorewall products that Shorewall-init is to
|
|
# initialize (space-separated list).
|
|
#
|
|
# Sample: PRODUCTS="shorewall shorewall6"
|
|
#
|
|
PRODUCTS=""
|
|
|
|
#
|
|
# Set this to 1 if you want Shorewall-init to react to
|
|
# ifup/ifdown and NetworkManager events
|
|
#
|
|
IFUPDOWN=0
|
|
#
|
|
# Set this to the name of the file that is to hold
|
|
# ipset contents. Shorewall-init will load those ipsets
|
|
# during 'start' and will save them there during 'stop'.
|
|
#
|
|
SAVE_IPSETS=""
|