From: Kevin Fenzi <ke...@scrye.com>

Signed-off-by: Kevin Fenzi <ke...@scrye.com>
---
 roles/dns/files/named.conf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/roles/dns/files/named.conf b/roles/dns/files/named.conf
index c13d65e..e210088 100644
--- a/roles/dns/files/named.conf
+++ b/roles/dns/files/named.conf
@@ -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";
-- 
1.8.3.1
_______________________________________________
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org

Reply via email to