From 038d607a4f7ed74c412fa271581eb37c98fa9d84 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:03:18 -0400 Subject: [PATCH] rec: reword spoof_nearmiss_max description Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/rec-rust-lib/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.') }, -- 2.47.2