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:
parent
ab9b31c151
commit
ef01f24fe7
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue