From: Wim Date: Tue, 21 Nov 2017 13:17:58 +0000 (+0100) Subject: Fix typo X-Git-Tag: auth-4.1.0~21^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23dafefea739ade2688e8234dceb7cd31aea699b;p=thirdparty%2Fpdns.git Fix typo --- diff --git a/pdns/dnsdistdist/docs/rules-actions.rst b/pdns/dnsdistdist/docs/rules-actions.rst index 317e7b94ac..583916de31 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)