From: Stephen Gran Date: Tue, 22 Dec 2009 13:35:32 +0000 (+0000) Subject: stop wasting time on responses that will never make it back X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=984478be47ad2f04a19c5b2145e2ef26d1e94dff;hp=437bd93823b3c12cec48d2d584d21909e494b81e;p=mirror%2Fdsa-puppet.git stop wasting time on responses that will never make it back Signed-off-by: Stephen Gran --- diff --git a/modules/named/files/common/named.conf.options b/modules/named/files/common/named.conf.options index 1a872001c..b81be8c87 100644 --- 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 {