26 lines
728 B
Text
26 lines
728 B
Text
# boot configuration file for the CryptoBox
|
|
#
|
|
# $Id$
|
|
#
|
|
# the default setup of the cryptobox is complete inactivity
|
|
|
|
# set to "1" to turn off the cryptobox - otherwise "0"
|
|
NO_START=1
|
|
|
|
# change the default configuration file if necessary
|
|
#CONF_FILE=/etc/cryptobox/cryptobox.conf
|
|
|
|
# should the cryptobox skip the network interface configuration?
|
|
# "0" means skip (default) --- "1" causes the cryptobox to configure it
|
|
SKIP_NETWORK_CONFIG=1
|
|
|
|
# should the cryptobox set some firewall (iptables) rules?
|
|
# if this is turned off, then you have to add the appropriate
|
|
# rules manually (if you need the timeout feature of the cryptobox)
|
|
# default is 0
|
|
EXEC_FIREWALL_RULES=0
|
|
|
|
# use stunnel for https support?
|
|
# default is 0
|
|
USE_STUNNEL=0
|
|
|