add new nagios server to bind acls
authorStephen Gran <steve@lobefin.net>
Sat, 6 Feb 2010 13:37:39 +0000 (13:37 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 6 Feb 2010 13:37:39 +0000 (13:37 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/files/common/named.conf.acl
modules/named/files/common/named.conf.options-secondary
modules/named/files/per-host/ravel.debian.org/named.conf.options-secondary

index 801b487..2a95753 100644 (file)
@@ -5,6 +5,7 @@
 
 acl Nagios {
        192.25.206.33/32;
+       206.12.19.118/32;
 };
 
 // Africa
index 4182a48..f3c6a4c 100644 (file)
@@ -6,8 +6,8 @@
 options {
        directory "/var/cache/bind";
 
-       allow-recursion { localnets; 192.25.206.33; };
-       allow-query { localnets; 192.25.206.33; };
+       allow-recursion { localnets; 192.25.206.33; 206.12.19.118; };
+       allow-query { localnets; 192.25.206.33; 206.12.19.118; };
 
        auth-nxdomain no;
        listen-on-v6 { any; };
index 5ac9edf..b396886 100644 (file)
@@ -13,8 +13,8 @@ acl debian-ubcece {
 options {
        directory "/var/cache/bind";
 
-       allow-recursion { localnets; debian-ubcece; 192.25.206.33;  };
-       allow-query { localnets; debian-ubcece; 192.25.206.33;  };
+       allow-recursion { localnets; debian-ubcece; 192.25.206.33; 206.12.19.118; };
+       allow-query { localnets; debian-ubcece; 192.25.206.33; 206.12.19.118; };
 
        auth-nxdomain no;
        listen-on-v6 { any; };