]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix typos in the configuration spotted by Miod 15376/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 15 Apr 2025 14:40:15 +0000 (16:40 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 15 Apr 2025 14:40:30 +0000 (16:40 +0200)
pdns/dnsdistdist/docs/reference/tuning.rst
pdns/dnsdistdist/docs/reference/yaml-settings.rst

index 810249edad87e90d5a7fd14570f77ed6e03e905e..99fd78a6671e6a22fc0cb7fbceb9c9e3813e3781 100644 (file)
@@ -183,8 +183,6 @@ Tuning related functions
 
   :param int num: Number of bits to keep
 
-Number of bits of port to consider when enforcing ``max_connection_rate_per_client``, ``max_tls_new_session_rate_per_client`` and ``max_tls_resumed_session_rate_per_client`` over IPv4, for CGNAT deployments.
-
 .. function:: setTCPConnectionsMaskV6(num)
 
   .. versionadded:: 2.0.0
index 0687b4f71cd25a2cba3edabf9d74708a8ec8b4f5..815c4cac390596388717d620ee586dfbddb89729 100644 (file)
@@ -259,7 +259,7 @@ Group of dynamic rules
 - **name**: String - The name of this group of dynamic rules
 - **mask_ipv4**: Unsigned integer ``(32)`` - Number of bits to keep for IPv4 addresses
 - **mask_ipv6**: Unsigned integer ``(64)`` - Number of bits to keep for IPv6 addresses. In some scenarios it might make sense to block a whole /64 IPv6 range instead of a single address, for example
-- **mask_port**: Unsigned integer ``(0)`` - Number of bits of port to consider over IPv4, for CGNAT deployments. Default is 0 meaning that the port is not taken into account. For example passing ``2`` here, which only makes sense if the IPv4 parameter is set to ``32``, will split a given IPv4 address into four port ranges: ``0-16383``, ``16384-32767``, ``32768-49151`` and ``49152-65535``
+- **mask_port**: Unsigned integer ``(0)`` - Number of bits of the port number to consider over IPv4, for CGNAT deployments. Default is 0 meaning that the port is not taken into account. For example passing ``2`` here, which only makes sense if the IPv4 parameter is set to ``32``, will split a given IPv4 address into four port ranges: ``0-16383``, ``16384-32767``, ``32768-49151`` and ``49152-65535``
 - **exclude_ranges**: Sequence of String ``("")`` - Exclude this list of ranges, meaning that no dynamic block will ever be inserted for clients in that range. Default to empty, meaning rules are applied to all ranges. When used in combination with ``include_ranges`` the more specific entry wins
 - **include_ranges**: Sequence of String ``("")`` - Include this list of ranges, meaning that dynamic rules will be inserted for clients in that range. When used in combination with ``exclude_ranges`` the more specific entry wins
 - **exclude_domains**: Sequence of String ``("")`` - Exclude this list of domains, meaning that no dynamic rules will ever be inserted for this domain via ``suffix-match`` or ``suffix-match-ffi`` rules. Default to empty, meaning rules are applied to all domains