From af5a073b59c8c686370d043036f3b1f9257155c3 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 18 Dec 2020 08:22:37 +0100 Subject: [PATCH] Kill dead link, replace by more descriptive text --- 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 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. -- 2.47.2