# MiniSSDPd default configuration

# Set this to 1 if you want to start the daemon
START_DAEMON=1

# Set this to the IP/interface you want the demon to run on
# Notes:
#  1. It is mandatory to use the network interface name in order to enable IPv6
#     HTTP is available on all interfaces.
#  2. Specifying IP when built with IPv6 support is disabled by original
#     author, so this option may not be available outside Debian.
MiniSSDPd_INTERFACE_ADDRESS=0.0.0.0

# This defines other options which you might want to use when
# starting MiniSSDPd.
MiniSSDPd_OTHER_OPTIONS="-6"
