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:
437bd93
)
stop wasting time on responses that will never make it back
author
Stephen Gran
<steve@lobefin.net>
Tue, 22 Dec 2009 13:35:32 +0000
(13:35 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 22 Dec 2009 13:35:32 +0000
(13:35 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/named/files/common/named.conf.options
patch
|
blob
|
history
diff --git
a/modules/named/files/common/named.conf.options
b/modules/named/files/common/named.conf.options
index
1a87200
..
b81be8c
100644
(file)
--- a/
modules/named/files/common/named.conf.options
+++ b/
modules/named/files/common/named.conf.options
@@
-25,6
+25,7
@@
options {
allow-update { none; };
allow-transfer { none; };
allow-recursion { Nagios; };
+ blackhole { 192.168.0.0/16; 10.0.0.0/8; 172.16.0.0/12; };
};
logging {