From: Otto Moerbeek Date: Fri, 18 Dec 2020 07:22:37 +0000 (+0100) Subject: Kill dead link, replace by more descriptive text X-Git-Tag: rec-4.5.0-alpha1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5a073b59c8c686370d043036f3b1f9257155c3;p=thirdparty%2Fpdns.git Kill dead link, replace by more descriptive text --- diff --git a/pdns/recursordist/docs/lua-scripting/hooks.rst b/pdns/recursordist/docs/lua-scripting/hooks.rst index dc5061ebbd..24299636da 100644 --- a/pdns/recursordist/docs/lua-scripting/hooks.rst +++ b/pdns/recursordist/docs/lua-scripting/hooks.rst @@ -21,7 +21,7 @@ Addresses and DNS Names are not passed as strings but as native objects. This allows for easy checking against `Netmasks `_ and `domain sets `_. It also means that to print such names, the ``:toString`` method must be used (or even ``:toStringWithPort`` for addresses). -Once a script is loaded, PowerDNS looks for several `functions `_ in the loaded script. +Once a script is loaded, PowerDNS looks for the interception functions in the loaded script. All of these functions are optional. If a function returns true, it will indicate that it handled a query.