From: Otto Moerbeek Date: Fri, 12 Jan 2024 09:23:41 +0000 (+0100) Subject: Docs X-Git-Tag: dnsdist-1.9.0-rc1~15^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e9fbf935e0e7f4062901b65347c8fcaf417cc05;p=thirdparty%2Fpdns.git Docs --- diff --git a/pdns/recursordist/docs/lua-config/rpz.rst b/pdns/recursordist/docs/lua-config/rpz.rst index 34c77e06d0..f09809892b 100644 --- a/pdns/recursordist/docs/lua-config/rpz.rst +++ b/pdns/recursordist/docs/lua-config/rpz.rst @@ -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 ^^^^^^^^^^^^^^^^^ diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 96cd063427..a9de993c39 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -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``.