RDU2 does not need to match 172.16.0.0/12 and does not contain PHX2
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
d166747ad3
commit
35c7dc8c34
1 changed files with 3 additions and 3 deletions
|
@ -432,12 +432,12 @@ view "PHX2" {
|
|||
};
|
||||
|
||||
view "RDU2" {
|
||||
match-clients { rdu2net; 192.168.0.0/16; 172.16.0.0/12; };
|
||||
allow-recursion { localhost; phx2net; rdu2net; };
|
||||
match-clients { rdu2net; 192.168.0.0/16; };
|
||||
allow-recursion { localhost; rdu2net; };
|
||||
recursion yes;
|
||||
// no rate-limit on internal requests
|
||||
rate-limit {
|
||||
exempt-clients { phx2net; rdu2net; };
|
||||
exempt-clients { rdu2net; };
|
||||
};
|
||||
# make sure we forward only for redhat.com lookups
|
||||
zone "access.redhat.com" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue