go through old git diff of named.conf and put in values we had before move happened on IAD2 for the RDU2 entwork
This commit is contained in:
parent
506b41bb65
commit
b24456a0fb
1 changed files with 4 additions and 4 deletions
|
@ -87,7 +87,7 @@ controls {
|
||||||
};
|
};
|
||||||
|
|
||||||
view "IAD2" {
|
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; };
|
allow-recursion { localhost; iad2net; rh-slaves; rh; };
|
||||||
recursion yes;
|
recursion yes;
|
||||||
// no rate-limit on internal requests
|
// no rate-limit on internal requests
|
||||||
|
@ -304,12 +304,12 @@ view "IAD2" {
|
||||||
};
|
};
|
||||||
|
|
||||||
view "RDU2" {
|
view "RDU2" {
|
||||||
match-clients { rdu2net; rh-slaves; 192.168.0.0/16; rh; localhost; };
|
match-clients { rdu2net; 192.168.0.0/16; };
|
||||||
allow-recursion { localhost; rdu2net; rh-slaves; rh; };
|
allow-recursion { localhost; rdu2net; };
|
||||||
recursion yes;
|
recursion yes;
|
||||||
// no rate-limit on internal requests
|
// no rate-limit on internal requests
|
||||||
rate-limit {
|
rate-limit {
|
||||||
exempt-clients { rdu2net; rh-slaves; };
|
exempt-clients { rdu2net; };
|
||||||
};
|
};
|
||||||
|
|
||||||
# make sure we forward only for redhat.com lookups
|
# make sure we forward only for redhat.com lookups
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue