From: Otto Moerbeek Date: Tue, 12 Jan 2021 08:59:01 +0000 (+0100) Subject: Apply suggestions from code review X-Git-Tag: rec-4.5.0-alpha1~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9948%2Fhead;p=thirdparty%2Fpdns.git Apply suggestions from code review Co-authored-by: Remi Gacogne --- diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index 2640819b2d..4b0608e475 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -7,10 +7,10 @@ When upgrading several versions, please read **all** notes applying to the upgra 4.3.x to 4.4.0 or master ------------------------ -Repsonse Policy Zones (RPZ) +Response Policy Zones (RPZ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -To conform better to the standard, RPZ processing has been modified. +To conform better to the standard, RPZ processing has been modified. This has consequences for the points in the resolving process where matches are checked and callbacks are called. See :ref:`rpz` for details. Additionally a new type of callback has been introduced: :func:`policyEventFilter`.