fix a missing semicolon in named.conf
This commit is contained in:
parent
1135514bd4
commit
a88b9adcf7
1 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ view "QA" {
|
|||
recursion yes;
|
||||
// no rate-limit on internal requests
|
||||
rate-limit {
|
||||
exempt-clients { qanet; };
|
||||
exempt-clients { qanet; phx2net; iad2net; };
|
||||
};
|
||||
|
||||
# make sure we forward only for redhat.com lookups
|
||||
|
@ -367,7 +367,7 @@ view "PHX2" {
|
|||
recursion yes;
|
||||
// no rate-limit on internal requests
|
||||
rate-limit {
|
||||
exempt-clients { iad2net; phx2net };
|
||||
exempt-clients { iad2net; phx2net; };
|
||||
};
|
||||
|
||||
# make sure we forward only for redhat.com lookups
|
||||
|
@ -965,7 +965,7 @@ view "IAD2" {
|
|||
recursion yes;
|
||||
// no rate-limit on internal requests
|
||||
rate-limit {
|
||||
exempt-clients { iad2net; phx2net };
|
||||
exempt-clients { iad2net; phx2net; };
|
||||
};
|
||||
|
||||
# make sure we forward only for redhat.com lookups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue