From 2bc8409b61f623668f3d8f5fa02d0a53800a8fe9 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 26 Jan 2026 09:25:48 +0100 Subject: [PATCH] rec docs: two nits Signed-off-by: Otto Moerbeek --- pdns/recursordist/docs/manpages/rec_control.1.rst | 2 +- pdns/recursordist/rec-rust-lib/table.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/manpages/rec_control.1.rst b/pdns/recursordist/docs/manpages/rec_control.1.rst index 6750a0f22b..cbc59bf682 100644 --- a/pdns/recursordist/docs/manpages/rec_control.1.rst +++ b/pdns/recursordist/docs/manpages/rec_control.1.rst @@ -174,7 +174,7 @@ get-tas get-parameter [*KEY*]... Retrieves the configuration parameter(s). - If YAML configuration is active, *KEY* is of the form ``section[.name]`` + From version 5.4.0 and if YAML configuration is active, *KEY* is of the form ``section[.name]`` and no keys produces a full dump. get-default-parameter [*KEY*]... diff --git a/pdns/recursordist/rec-rust-lib/table.py b/pdns/recursordist/rec-rust-lib/table.py index 2472b3355e..2a0e63cb2f 100644 --- a/pdns/recursordist/rec-rust-lib/table.py +++ b/pdns/recursordist/rec-rust-lib/table.py @@ -110,6 +110,7 @@ Overrides the :ref:`setting-allow-from` setting. Example content of th specified Domain names specified in this list are used to permit incoming NOTIFY operations to wipe any cache entries that match the domain name. If this list is empty, all NOTIFY operations will be ignored. +Matching is done using suffix matching, it is allowed to NOTIFY a subdomain of a listed domain. ''', 'versionadded': '4.6.0', 'runtime': ['reload-acls'], -- 2.47.3