projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc1f36
)
Some tightening up
author
Stephen Gran
<steve@lobefin.net>
Sat, 6 Jun 2009 23:36:29 +0000
(
00:36
+0100)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 6 Jun 2009 23:36:29 +0000
(
00:36
+0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/geodns/files/common/named.conf.options
patch
|
blob
|
history
diff --git
a/modules/geodns/files/common/named.conf.options
b/modules/geodns/files/common/named.conf.options
index
7a90e66
..
aa59344
100644
(file)
--- a/
modules/geodns/files/common/named.conf.options
+++ b/
modules/geodns/files/common/named.conf.options
@@
-21,6
+21,9
@@
options {
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
+ allow-query { any; };
+ allow-update { none; };
+ allow-transfer { none; };
allow-recursion { Nagios; };
};