From deffaae41f25016c0dd59badf65d6721f08a72c6 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 31 May 2016 10:55:01 +0200 Subject: [PATCH] slightly improve description of dnsquestion.variable attribute in Lua. --- docs/markdown/recursor/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2