From: Remi Gacogne Date: Fri, 17 Mar 2017 13:34:14 +0000 (+0100) Subject: Doc: `dq.wantsRPZ` is mostly useful in `prerpz`, not `preresolve` X-Git-Tag: rec-4.1.0-alpha1~193^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e185be2d766a7d118e8166b76024925489bb936b;p=thirdparty%2Fpdns.git Doc: `dq.wantsRPZ` is mostly useful in `prerpz`, not `preresolve` --- diff --git a/docs/markdown/recursor/scripting.md b/docs/markdown/recursor/scripting.md index 12cb5ec9c0..c36f3d5dad 100644 --- a/docs/markdown/recursor/scripting.md +++ b/docs/markdown/recursor/scripting.md @@ -98,7 +98,7 @@ The DNSQuestion object contains at least the following fields: * policyAction: The action taken by the engine * policyCustom: The CNAME content for the `pdns.policyactions.Custom` response, a string * policyTTL: The TTL in seconds for the `pdns.policyactions.Custom` response -* wantsRPZ - A boolean that indicates the use of the Policy Engine, can be set to `false` in `preresolve` to disable RPZ for this query +* wantsRPZ - A boolean that indicates the use of the Policy Engine, can be set to `false` in `prerpz` to disable RPZ for this query * data - a table that is persistent throughout the lifetime of the `dq` object and can be used to store custom data. All keys and values in the table must be of type `string`. It also supports the following methods: