dns: Actually drop the limit on the group we defined in the last commit.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-04-30 20:40:43 +00:00
parent f29428cfa6
commit 7c89405d04
1 changed files with 4 additions and 0 deletions

View File

@ -574,6 +574,10 @@ view "RDU2" {
view "NA" {
match-clients { US; CA; MX; };
recursion no;
// no rate-limit on internal requests
rate-limit {
exempt-clients { ns_redhat; };
};
zone "fedoraproject.org" {
type master;
file "/var/named/master/built/NA/fedoraproject.org.signed";