fix a missing semicolon in named.conf

This commit is contained in:
Stephen Smoogen 2020-06-08 16:33:09 -04:00
parent 1135514bd4
commit a88b9adcf7

View file

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