diff --git a/powerdns-authoritative/templates/pdns.conf b/powerdns-authoritative/templates/pdns.conf index 73172ad8..05ee0b29 100644 --- a/powerdns-authoritative/templates/pdns.conf +++ b/powerdns-authoritative/templates/pdns.conf @@ -24,7 +24,7 @@ allow-dnsupdate-from=127.0.0.0/8,::1,{%for ip in pdns_allow_dnsupdate_from %}{{ # # allow-notify-from=0.0.0.0/0,::/0 {% if pdns_allow_notify_from is defined %} -allow-notify-from=0.0.0.0/0,::/0,{%for ip in pdns_allow_notify_from %}{{ ip }}{%if not loop.last %},{% endif %}{% endfor %} +allow-notify-from={%for ip in pdns_allow_notify_from %}{{ ip }}{%if not loop.last %},{% endif %}{% endfor %} {% endif %} #################################