From 5011e357bd00f65070477b1324633fe43018e171 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 5 Feb 2026 15:33:59 +0100 Subject: [PATCH] Update versionadded in docs Signed-off-by: Otto Moerbeek --- 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 c114135ff0..ef37d0a2d7 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -1618,7 +1618,7 @@ This is used to avoid cycles resolving names. The maximum number of cumulative bytes that will be accepted during the resolution of a single client query. This is useful to limit amplification attacks. ''', - 'versionadded': '5.4.0', + 'versionadded': ['5.1.10', '5.2.8', '5.3.5'], }, { 'name' : 'max_cnames_followed', -- 2.47.3