### Autogenerated by bcast_relay.py ###

# UDP broadcast relay configuration for instance {{ id }}
{%- if description %}
# Comment: {{ description }}
{% endif %}
DAEMON_ARGS="{% if address %}-s {{ address }} {% endif %}{{ id }} {{ port }} {{ interfaces | join(' ') }}"