# Defaults for tremulous-server initscript
# sourced by /etc/init.d/tremulous-server
# installed at /etc/default/tremulous-server by the maintainer scripts

# DNS name or IP address of your internet interface. Change it if you're setting up an internet server.
NET_IP="localhost"

# Additional options that are passed to the Daemon.
DAEMON_OPTS="+set net_ip ${NET_IP}"
