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