mirror of
https://github.com/Luzifer/dns.git
synced 2024-12-22 19:01:20 +00:00
Accept notifys from master
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4b61738b0c
commit
ab9b31c151
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ options {
|
||||||
recursion no;
|
recursion no;
|
||||||
|
|
||||||
lame-ttl 60;
|
lame-ttl 60;
|
||||||
notify no; // No notifications within slaves
|
notify master-only; // No notifications within slaves
|
||||||
};
|
};
|
||||||
{% for zone in zones %}
|
{% for zone in zones %}
|
||||||
zone "{{ zone }}" IN {
|
zone "{{ zone }}" IN {
|
||||||
|
|
Loading…
Reference in a new issue