]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo 11981/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 20 Sep 2022 11:07:58 +0000 (13:07 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 20 Sep 2022 11:07:58 +0000 (13:07 +0200)
pdns/recursordist/docs/lua-scripting/hooks.rst

index 08c17baab4a1d122ba47a242078253a4f83942f2..20926a8456d269576fa7d526b3cb84e0628ed0e8 100644 (file)
@@ -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 <DNSQuestion.wantsRPZ>` to false.
   Using the :meth:`dq:discardPolicy() <DNSQuestion: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: