diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index 794d3c7a5a..16b3ea633d 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -87,7 +87,7 @@ controls { }; view "IAD2" { - match-clients { iad2net; rh-slaves; 192.168.0.0/16; rh; localhost; }; + match-clients { iad2net; rh-slaves; 192.168.0.0/16; rh; }; allow-recursion { localhost; iad2net; rh-slaves; rh; }; recursion yes; // no rate-limit on internal requests @@ -304,12 +304,12 @@ view "IAD2" { }; view "RDU2" { - match-clients { rdu2net; rh-slaves; 192.168.0.0/16; rh; localhost; }; - allow-recursion { localhost; rdu2net; rh-slaves; rh; }; + match-clients { rdu2net; 192.168.0.0/16; }; + allow-recursion { localhost; rdu2net; }; recursion yes; // no rate-limit on internal requests rate-limit { - exempt-clients { rdu2net; rh-slaves; }; + exempt-clients { rdu2net; }; }; # make sure we forward only for redhat.com lookups