From: bert hubert Date: Wed, 29 May 2013 08:35:30 +0000 (+0200) Subject: prequery lua functionality documentation (it is internal) X-Git-Tag: auth-3.3-rc2~65^2^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04c09096435cf57c4ace01b5b5a609a6b294adb1;p=thirdparty%2Fpdns.git prequery lua functionality documentation (it is internal) --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 96965ce6cd..6ebe4f83b0 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -15095,9 +15095,10 @@ 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. Has hooks for - capturing requests, modifying answers and intercepting - errors. + Lua script to run before answering a query. This is a + feature used internally for regression testing. The API of + this functionality is not guaranteed to be stable, and is in + fact likely to change.