diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf index e99d5cccbd..b017a57a10 100644 --- a/roles/dns/files/named.conf +++ b/roles/dns/files/named.conf @@ -362,12 +362,12 @@ view "QA" { }; view "PHX2" { - match-clients { iad2net; phx2net; rh-slaves; 192.168.0.0/16; }; - allow-recursion { localhost; iad2net; phx2net; rh-slaves; rh; }; + match-clients { phx2net; rh-slaves; 192.168.0.0/16; }; + allow-recursion { localhost; phx2net; rh-slaves; rh; }; recursion yes; // no rate-limit on internal requests rate-limit { - exempt-clients { iad2net; phx2net; }; + exempt-clients { phx2net; }; }; # make sure we forward only for redhat.com lookups @@ -960,8 +960,8 @@ view "APAC" { }; view "IAD2" { - match-clients { iad2net; phx2net; rh-slaves; 192.168.0.0/16; }; - allow-recursion { localhost; iad2net; phx2net; rh-slaves; rh; }; + match-clients { iad2net; rh-slaves; 192.168.0.0/16; }; + allow-recursion { localhost; iad2net; rh-slaves; rh; }; recursion yes; // no rate-limit on internal requests rate-limit {