#
# The default processing model uses select
# A fork model is also available
#
#SSLH=/usr/sbin/sslh-select

#
# If transparent mode is enabled, the following
# is needed in order to run as sslh user
#
#SSLH_USER=sslh
#setcap cap_net_bind_service,cap_net_admin=+ep $SSLH

#
# Configuration file for sslh
# Set empty to disable configuration file support
#
CONFIG=/etc/sslh.cfg

#
# Any thing in DAEMON_OPTS will be appended to the sslh command
DAEMON_OPTS="-F${CONFIG} "

