From 7cf2c1ed2c580f45efaae339964867d27306668a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 20 Sep 2022 13:07:58 +0200 Subject: [PATCH] Typo --- pdns/recursordist/docs/lua-scripting/hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2