10 lines
301 B
Text
10 lines
301 B
Text
|
|
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 %}
|