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

Accept notifys from master

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

View file

@ -32,7 +32,7 @@ options {
recursion no;
lame-ttl 60;
notify no; // No notifications within slaves
notify master-only; // No notifications within slaves
};
{% for zone in zones %}
zone "{{ zone }}" IN {