From b179889e7589f7aaea3389e58a527b774e418e0d Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Tue, 14 Apr 2020 08:17:58 -0400 Subject: [PATCH] Made for a better response limiting --- named.conf.options | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/named.conf.options b/named.conf.options index 0684b05..b1b4b31 100644 --- a/named.conf.options +++ b/named.conf.options @@ -18,8 +18,11 @@ options { allow-query { any; }; allow-query-cache { any; }; version "[hidden]"; - rate-limit { all-per-second 6; }; - +// rate-limit { all-per-second 6; }; + rate-limit { + responses-per-second 10; + window 5; + }; //======================================================================== // If BIND logs error messages about the root key being expired, // you will need to update your keys. See https://www.isc.org/bind-keys