From 04c09096435cf57c4ace01b5b5a609a6b294adb1 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 29 May 2013 10:35:30 +0200 Subject: [PATCH] prequery lua functionality documentation (it is internal) --- pdns/docs/pdns.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. -- 2.47.3