From: bert hubert Date: Wed, 29 May 2013 08:29:01 +0000 (+0200) Subject: Lua scripts ARE for production use. X-Git-Tag: auth-3.3-rc2~65^2^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39f37bcc6c059accd723b8742d9446fb1430ce0b;p=thirdparty%2Fpdns.git Lua scripts ARE for production use. --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 4a587a6ce6..96965ce6cd 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -15095,7 +15095,9 @@ Tell PowerDNS to log all incoming DNS queries. This will lead to a lot of loggin lua-prequery-script=... - Lua script to run before answering a query. Not for production use! + Lua script to run before answering a query. Has hooks for + capturing requests, modifying answers and intercepting + errors.