mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01:00
22 lines
421 B
Plaintext
22 lines
421 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
|
||
|
#
|
||
|
# Where Up/Down events get logged
|
||
|
#
|
||
|
LOGFILE=/var/log/shorewall-ifupdown.log
|
||
|
|
||
|
# Startup options - set verbosity to 0 (minimal reporting)
|
||
|
OPTIONS="-V0"
|
||
|
|
||
|
# IOF
|