From 4b61738b0c6dcf28a12a10b4a1297f8c76282ace Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 12 Sep 2019 15:12:53 +0200 Subject: [PATCH] Remove slave-to-slave notifications Signed-off-by: Knut Ahlers --- named.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/named.conf b/named.conf index 091c427..188466f 100644 --- a/named.conf +++ b/named.conf @@ -12,12 +12,6 @@ options { listen-on { any; }; listen-on-v6 { none; }; - allow-notify { - 159.69.27.184; // ns1.kserver.biz - 94.130.181.9; // ns2.kserver.biz - 78.46.192.117; // ns3.kserver.biz - }; - // Specify a list of IPs/masks to allow zone transfers to here. // // You can override this on a per-zone basis by specifying this inside a zone @@ -38,6 +32,7 @@ options { recursion no; lame-ttl 60; + notify no; // No notifications within slaves }; {% for zone in zones %} zone "{{ zone }}" IN {