fix named.conf match zones for iad2/phx2 dns. dear past self from 3-4 hours ago. named.conf cant have an match for the zone you want and expect it to work

This commit is contained in:
Stephen Smoogen 2020-06-08 18:04:02 -04:00
parent b0be62b8d2
commit 1e8fccfc88

View file

@ -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 {