2026-07-01 15:38:42 -04:00
|
|
|
{# launch=bind est deja declare par le paquet pdns-backend-bind (pdns.d/bind.conf).
|
|
|
|
|
Ne PAS le redeclarer ici : sinon PowerDNS refuse « multiple backends 'bind' ». #}
|
2026-06-24 20:17:46 -04:00
|
|
|
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 %}
|