]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Kill dead link, replace by more descriptive text
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 18 Dec 2020 07:22:37 +0000 (08:22 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 07:22:37 +0000 (08:22 +0100)
pdns/recursordist/docs/lua-scripting/hooks.rst

index dc5061ebbdde007e2a7561ca4b568bfe858d7c25..24299636da8d7ea28277e1574eb475565b87f956 100644 (file)
@@ -21,7 +21,7 @@ Addresses and DNS Names are not passed as strings but as native objects.
 This allows for easy checking against `Netmasks <scripting-netmasks>`_ and `domain sets <scripting-dnsname>`_.
 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 <scripting-hooks>`_ 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.