summaryrefslogtreecommitdiff
path: root/data/templates/bcast-relay/udp-broadcast-relay.tmpl
blob: 3d8c3fe9494ffed358fb896a5f2e0803531d2503 (plain)
1
2
3
4
5
6
7
### 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(' ') }}"