Give this a try to get rid of the rate limits on internal machines dns that clutters up logs.

This commit is contained in:
Kevin Fenzi 2015-01-06 20:57:40 +00:00
parent 406de1f785
commit 5dc04dc16a

View file

@ -92,6 +92,10 @@ view "PHX2" {
match-clients { 10.0.0.0/8; 192.168.0.0/16; 172.16.0.0/12; };
allow-recursion { localhost; phx2net; rh-slaves; rh; };
recursion yes;
// no rate-limit on internal requests
rate-limit {
exempt-clients { phx2net; };
};
# make sure we forward only for redhat.com lookups
zone "redhat.com" {
type forward;