mirror of
https://github.com/Luzifer/dns.git
synced 2024-12-22 10:51:20 +00:00
Allow notifications from control
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ab9b31c151
commit
ef01f24fe7
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ options {
|
|||
|
||||
lame-ttl 60;
|
||||
notify master-only; // No notifications within slaves
|
||||
allow-notify { 159.69.27.184; };
|
||||
};
|
||||
{% for zone in zones %}
|
||||
zone "{{ zone }}" IN {
|
||||
|
|
Loading…
Reference in a new issue