From: bert hubert Date: Tue, 31 May 2016 08:55:01 +0000 (+0200) Subject: slightly improve description of dnsquestion.variable attribute in Lua. X-Git-Tag: rec-4.0.0-rc1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deffaae41f25016c0dd59badf65d6721f08a72c6;p=thirdparty%2Fpdns.git slightly improve description of dnsquestion.variable attribute in Lua. --- diff --git a/docs/markdown/recursor/scripting.md b/docs/markdown/recursor/scripting.md index 7bdda0a964..f81ff82de7 100644 --- a/docs/markdown/recursor/scripting.md +++ b/docs/markdown/recursor/scripting.md @@ -115,7 +115,7 @@ The DNSQuestion object contains at least the following fields: * rcode - current DNS Result Code, which can be overridden, including to several magical values * remoteaddr - address of the requestor * localaddr - address this query was received on -* variable - a boolean which, if sets, indicates the recursor should not packet cache this answer. Honored even when returning 'false'! +* variable - a boolean which, if set, indicates the recursor should not packet cache this answer. Honored even when returning 'false'! Important when providing answers that vary over time or based on sender details. It also supports the following methods: