This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/serveurs_powerdns/templates/chezlepro-bind.conf.j2

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 %}