]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Docs
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 12 Jan 2024 09:23:41 +0000 (10:23 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 12 Jan 2024 09:37:11 +0000 (10:37 +0100)
pdns/recursordist/docs/lua-config/rpz.rst
pdns/recursordist/settings/table.py

index 34c77e06d08c54dbb79c40b6b41a881126836f51..f09809892b83e8e949f4e13ba17ddcbfab0e1591 100644 (file)
@@ -214,7 +214,8 @@ Base64 encoded TSIG secret
 refresh
 ^^^^^^^
 An integer describing the interval between checks for updates.
-By default, the RPZ zone's default is used
+By default, the RPZ zone's default is used.
+If allowed by :ref:`setting-allow-notify-for` and :ref:`setting-allow-notify-from`, a ``notify`` for an RPZ zone will initiate an freshness check.
 
 maxReceivedMBytes
 ^^^^^^^^^^^^^^^^^
index 96cd063427d5b5015379960c6060a39fdda72a7f..a9de993c39768acc921507f0e553335babed4b16 100644 (file)
@@ -171,7 +171,7 @@ Note that specifying an IP address without a netmask uses an implicit
 netmask of /32 or /128.
 
 NOTIFY operations received from a client listed in one of these netmasks
-will be accepted and used to wipe any cache entries whose zones match
+will be accepted and used to initiate a freshness check for an RPZ zone or wipe any cache entries whose zones match
 the zone specified in the NOTIFY operation, but only if that zone (or
 one of its parents) is included in :ref:`setting-allow-notify-for`,
 :ref:`setting-allow-notify-for-file`, or :ref:`setting-forward-zones-file` with a ``allow_notify`` set to ``true``.