]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix typo in description reported by Mio 16880/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 13 Feb 2026 13:21:35 +0000 (14:21 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 19 Feb 2026 08:49:22 +0000 (09:49 +0100)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/reference/config.rst

index 8b94dcda771ffffe4012149dbbd646bf58b90bf2..d71f5e33d4c26f3e3a361aaa179eae2765938ff7 100644 (file)
@@ -1858,7 +1858,7 @@ faster than the existing rules.
 
     .. versionadded:: 2.1.0
 
-    Adds a rate-limiting rule for the ratio of responses of with a code not present in ``rcodes`` over the total number of responses for a given client.
+    Adds a rate-limiting rule for the ratio of responses with a code not present in ``rcodes`` over the total number of responses for a given client.
 
     :param list of int rcodes: The response codes that are allowed and won't count towards the ratio
     :param float ratio: Ratio of responses per second with a not allowed rcode over the total number of responses for this client to exceed