]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec docs: two nits 16773/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 26 Jan 2026 08:25:48 +0000 (09:25 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 26 Jan 2026 08:29:32 +0000 (09:29 +0100)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/docs/manpages/rec_control.1.rst
pdns/recursordist/rec-rust-lib/table.py

index 6750a0f22b6438aebc8c08da24c32d3fd54eea8c..cbc59bf68238fe6f188d1a5587e98d85e8a1f017 100644 (file)
@@ -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*]...
index 2472b3355e3b81b87431187a869247a1764f5b14..2a0e63cb2fdab50303978eaa0ae3a2d402828fb5 100644 (file)
@@ -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'],