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