Give this a try to get rid of the rate limits on internal machines dns that clutters up logs.
This commit is contained in:
parent
406de1f785
commit
5dc04dc16a
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue