From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:44:32 +0000 (-0500) Subject: spelling: that the X-Git-Tag: rec-5.4.0-alpha1~61^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ce00f7d740741195a1b9580ec17708368c0c9c0;p=thirdparty%2Fpdns.git spelling: that the Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/rec-rust-lib/table.py b/pdns/recursordist/rec-rust-lib/table.py index c889563fa0..7b7989de85 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -482,7 +482,7 @@ Operate in the background. 'default' : '', 'help' : 'Do not throttle nameservers with this name or suffix', 'doc' : ''' -When an authoritative server does not answer a query or sends a reply the recursor does not like, it is throttled. +When an authoritative server does not answer a query or sends a reply that the recursor does not like, it is throttled. Any servers' name suffix-matching the supplied names will never be throttled. .. warning:: @@ -498,7 +498,7 @@ Any servers' name suffix-matching the supplied names will never be throttled. 'default' : '', 'help' : 'Do not throttle nameservers with this IP netmask', 'doc' : ''' -When an authoritative server does not answer a query or sends a reply the recursor does not like, it is throttled. +When an authoritative server does not answer a query or sends a reply that the recursor does not like, it is throttled. Any servers matching the supplied netmasks will never be throttled. This can come in handy on lossy networks when forwarding, where the same server is configured multiple times (e.g. with ``forward-zones-recurse=example.com=192.0.2.1;192.0.2.1``). @@ -509,7 +509,7 @@ In this case, ``dont-throttle-netmasks`` could be set to ``192.0.2.1``. Most servers on the internet do not respond for a good reason (overloaded or unreachable), ``dont-throttle-netmasks`` could make this load on the upstream server even higher, resulting in further service degradation. ''', 'doc-new' : ''' -When an authoritative server does not answer a query or sends a reply the recursor does not like, it is throttled. +When an authoritative server does not answer a query or sends a reply that the recursor does not like, it is throttled. Any servers matching the supplied netmasks will never be throttled. This can come in handy on lossy networks when forwarding, where the same server is configured multiple times (e.g. with ``forward_zones_recurse: [ {zone: example.com, forwarders: [ 192.0.2.1, 192.0.2.1 ] } ]``.