1
0
Fork 0
mirror of https://github.com/Luzifer/dns.git synced 2024-12-22 19:01:20 +00:00

Allow notifications from control

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-09-12 15:27:25 +02:00
parent ab9b31c151
commit ef01f24fe7
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -33,6 +33,7 @@ options {
lame-ttl 60; lame-ttl 60;
notify master-only; // No notifications within slaves notify master-only; // No notifications within slaves
allow-notify { 159.69.27.184; };
}; };
{% for zone in zones %} {% for zone in zones %}
zone "{{ zone }}" IN { zone "{{ zone }}" IN {