From: Otto Moerbeek Date: Tue, 20 Sep 2022 11:07:58 +0000 (+0200) Subject: Typo X-Git-Tag: rec-4.8.0-alpha1~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cf2c1ed2c580f45efaae339964867d27306668a;p=thirdparty%2Fpdns.git Typo --- diff --git a/pdns/recursordist/docs/lua-scripting/hooks.rst b/pdns/recursordist/docs/lua-scripting/hooks.rst index 08c17baab4..20926a8456 100644 --- a/pdns/recursordist/docs/lua-scripting/hooks.rst +++ b/pdns/recursordist/docs/lua-scripting/hooks.rst @@ -123,7 +123,7 @@ Interception Functions This hook is called before any filtering policy have been applied, making it possible to completely disable filtering by setting :attr:`dq.wantsRPZ ` to false. Using the :meth:`dq:discardPolicy() ` function, it is also possible to selectively disable one or more filtering policy, for example RPZ zones, based on the content of the ``dq`` object. - Currently, the return value of thsi function is ignored. + Currently, the return value of this function is ignored. As an example, to disable the "malware" policy for example.com queries: