And fix the typo. Picky bind parser
authorStephen Gran <steve@lobefin.net>
Wed, 27 May 2009 18:22:26 +0000 (19:22 +0100)
committerStephen Gran <steve@lobefin.net>
Wed, 27 May 2009 18:22:26 +0000 (19:22 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/geodns/files/common/named.conf.options

index eabf923..7a90e66 100644 (file)
@@ -21,7 +21,7 @@ options {
 
         auth-nxdomain no;    # conform to RFC1035
         listen-on-v6 { any; };
-        allow-recursion { Nagios; }
+        allow-recursion { Nagios; };
 };
 
 logging {