# port to listen at (both TCP and UDP), defaults to 3305
PORT=""

# if TCP port is different from UDP port
TCP_PORT=""

# bind to this address only
BIND_ADDRESS=""

# poweroff UPS when halting?
POWEROFF_UPS=no
