From 984478be47ad2f04a19c5b2145e2ef26d1e94dff Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 22 Dec 2009 13:35:32 +0000 Subject: [PATCH] stop wasting time on responses that will never make it back Signed-off-by: Stephen Gran --- modules/named/files/common/named.conf.options | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.20.1