From: Otto Moerbeek Date: Mon, 26 Jan 2026 08:25:48 +0000 (+0100) Subject: rec docs: two nits X-Git-Tag: rec-5.4.0-beta1~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16773%2Fhead;p=thirdparty%2Fpdns.git rec docs: two nits Signed-off-by: Otto Moerbeek --- 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'],