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:
parent
b0be62b8d2
commit
1e8fccfc88
1 changed files with 5 additions and 5 deletions
|
@ -362,12 +362,12 @@ view "QA" {
|
||||||
};
|
};
|
||||||
|
|
||||||
view "PHX2" {
|
view "PHX2" {
|
||||||
match-clients { iad2net; phx2net; rh-slaves; 192.168.0.0/16; };
|
match-clients { phx2net; rh-slaves; 192.168.0.0/16; };
|
||||||
allow-recursion { localhost; iad2net; phx2net; rh-slaves; rh; };
|
allow-recursion { localhost; phx2net; rh-slaves; rh; };
|
||||||
recursion yes;
|
recursion yes;
|
||||||
// no rate-limit on internal requests
|
// no rate-limit on internal requests
|
||||||
rate-limit {
|
rate-limit {
|
||||||
exempt-clients { iad2net; phx2net; };
|
exempt-clients { phx2net; };
|
||||||
};
|
};
|
||||||
|
|
||||||
# make sure we forward only for redhat.com lookups
|
# make sure we forward only for redhat.com lookups
|
||||||
|
@ -960,8 +960,8 @@ view "APAC" {
|
||||||
};
|
};
|
||||||
|
|
||||||
view "IAD2" {
|
view "IAD2" {
|
||||||
match-clients { iad2net; phx2net; rh-slaves; 192.168.0.0/16; };
|
match-clients { iad2net; rh-slaves; 192.168.0.0/16; };
|
||||||
allow-recursion { localhost; iad2net; phx2net; rh-slaves; rh; };
|
allow-recursion { localhost; iad2net; rh-slaves; rh; };
|
||||||
recursion yes;
|
recursion yes;
|
||||||
// no rate-limit on internal requests
|
// no rate-limit on internal requests
|
||||||
rate-limit {
|
rate-limit {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue