From 7abe689d6888d74190905e3b15b01e74b0584374 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 20 Nov 2023 08:16:55 +0100 Subject: [PATCH] Typo in versionadded Co-authored-by: phonedph1 <20867105+phonedph1@users.noreply.github.com> --- pdns/recursordist/settings/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 5086ec7609..1b36dca3f8 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -204,7 +204,7 @@ Like :ref:`setting-allow-notify-from`, except reading a sequence of `Subnet`_ fr Allow ``no recursion desired (RD=0) queries`` to query cache contents. If not set (the default), these queries are answered with rcode ``Refused``. ''', - 'versionadded': '5.5.0' + 'versionadded': '5.0.0' }, { 'name' : 'any_to_tcp', -- 2.47.2