# Defaults for stuntman-server
#
# This is a POSIX shell fragment
#

#uncommment the next line to allow the init.d script to start the STUN daemon 
#START_DAEMON=true

MODE="basic"
#PRIMARY_INTERFACE=""
#SECONDARY_INTERFACE=""
#PRIMARY_PORT=3478
#SECONDARY_PORT=3479

# Additional options that are passed to the daemon
DAEMON_OPTS=""
# --maxconn MAXCONN

# whom the daemons should run as
DAEMON_USER=nobody
