]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: or
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 1 Jul 2025 13:13:44 +0000 (09:13 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Tue, 1 Jul 2025 13:16:28 +0000 (09:16 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/docs/lua-scripting/hooks.rst

index 187830f367f9120c4794523db903125c7a20be25..7a041e711ef819d9f244846759ac0f288ab83833 100644 (file)
@@ -250,7 +250,7 @@ If a function has taken over a request, it can set an rcode (usually 0), and spe
 An interesting rcode is `NXDOMAIN` (3, or ``pdns.NXDOMAIN``), which specifies the non-existence of a domain.
 Instead of setting an rcode and records, it can also set fields in the applied policy to influence further processing.
 
-The :func:`ipfilter` and :func:`preoutquery` hooks are different, in that :func:`ipfilter` can only return a true of false value, and that :func:`preoutquery` can also set rcode -3 to signify that the whole query should be terminated.
+The :func:`ipfilter` and :func:`preoutquery` hooks are different, in that :func:`ipfilter` can only return a true or false value, and that :func:`preoutquery` can also set rcode -3 to signify that the whole query should be terminated.
 
 The :func:`policyEventFilter` has a different meaning as well, where returning true means that the policy hit should be ignored and normal processing should be resumed.