From 7e26ff77778bb29cea6f3c032130118923ff8502 Mon Sep 17 00:00:00 2001 From: phonedph1 <20867105+phonedph1@users.noreply.github.com> Date: Mon, 29 Nov 2021 15:08:16 -0700 Subject: [PATCH] Update dq.rst --- pdns/recursordist/docs/lua-scripting/dq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/lua-scripting/dq.rst b/pdns/recursordist/docs/lua-scripting/dq.rst index f1becb4e45..1eac477325 100644 --- a/pdns/recursordist/docs/lua-scripting/dq.rst +++ b/pdns/recursordist/docs/lua-scripting/dq.rst @@ -170,7 +170,7 @@ The DNSQuestion object contains at least the following fields: The result of the DNSSEC validation, accessible from the ``postresolve``, ``nxdomain`` and ``nodata`` hooks. Possible states are ``pdns.validationstates.Indeterminate``, ``pdns.validationstates.Bogus``, ``pdns.validationstates.Insecure`` and ``pdns.validationstates.Secure``. - The result will always be ``pdns.validationstates.Indeterminate`` is validation is disabled or was not requested. + The result will always be ``pdns.validationstates.Indeterminate`` if validation is disabled or was not requested. .. attribute:: DNSQuestion.detailedValidationState -- 2.47.2