From 23dafefea739ade2688e8234dceb7cd31aea699b Mon Sep 17 00:00:00 2001 From: Wim Date: Tue, 21 Nov 2017 14:17:58 +0100 Subject: [PATCH] Fix typo --- pdns/dnsdistdist/docs/rules-actions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 317e7b94a..583916de3 100644 --- a/pdns/dnsdistdist/docs/rules-actions.rst +++ b/pdns/dnsdistdist/docs/rules-actions.rst @@ -384,7 +384,7 @@ These ``DNSRule``\ s be one of the following items: .. function:: MaxQPSIPRule(qps[, v4Mask[, v6Mask[, burst]]]) - Matches traffic for a subnet specified by ``v4Mask`` or ``v6Mask`` exceeding ``qps`` queries per second upto ``burst`` allowed + Matches traffic for a subnet specified by ``v4Mask`` or ``v6Mask`` exceeding ``qps`` queries per second up to ``burst`` allowed :param int qps: The number of queries per second allowed, above this number traffic is matched :param int v4Mask: The IPv4 netmask to match on. Default is 32 (the whole address) -- 2.40.0