From: Kevin Fenzi <[email protected]>
Signed-off-by: Kevin Fenzi <[email protected]>
---
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 -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]