From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 19 Aug 2025 17:03:18 +0000 (-0400) Subject: rec: reword spoof_nearmiss_max description X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15992%2Fhead;p=thirdparty%2Fpdns.git rec: reword spoof_nearmiss_max description 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 a1994c823..2b82b1d59 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -2684,7 +2684,7 @@ Owner and group can be specified by name, mode is in octal. 'default' : '1', 'help' : 'If non-zero, assume spoofing after this many near misses', 'doc' : ''' -If set to non-zero, PowerDNS will assume it is being spoofed after seeing this many answers with the wrong id. +If set to non-zero, PowerDNS will assume it is being subjected to a spoofing attack after seeing this many answers with the wrong id. ''', 'versionchanged': ('4.5.0', 'Older versions used 20 as the default value.') },