9 lines
305 B
Django/Jinja
9 lines
305 B
Django/Jinja
launch+=bind
|
|
bind-config={{ serveurs_powerdns_bind_config }}
|
|
local-address={{ serveurs_powerdns_listen_addresses | join(',') }}
|
|
{% if serveurs_powerdns_allow_axfr_ips | length > 0 %}
|
|
allow-axfr-ips={{ serveurs_powerdns_allow_axfr_ips | join(',') }}
|
|
disable-axfr=no
|
|
{% else %}
|
|
disable-axfr=yes
|
|
{% endif %}
|