+1 here too. On 4/30/19 4:41 PM, kevin@xxxxxxxxx wrote:
From: Kevin Fenzi <kevin@xxxxxxxxx> Signed-off-by: Kevin Fenzi <kevin@xxxxxxxxx> --- 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";
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx