]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update dq.rst 11046/head
authorphonedph1 <20867105+phonedph1@users.noreply.github.com>
Mon, 29 Nov 2021 22:02:14 +0000 (15:02 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 22:02:14 +0000 (15:02 -0700)
pdns/recursordist/docs/lua-scripting/dq.rst

index f1becb4e45b38c10dc6e4804853f0e690287a86f..491cd5483ac6984eaac9d660b5961e8a75182397 100644 (file)
@@ -40,7 +40,7 @@ The DNSQuestion object contains at least the following fields:
   .. attribute:: DNSQuestion.rcode
 
       current DNS Result Code, which can be overridden, including to several magical values
-      The rcode can be set to pdns.DROP to drop the query.
+      The rcode can be set to ``pdns.DROP`` to drop the query.
       Other statuses are normal DNS return codes, like ``pdns.NOERROR``, ``pdns.NXDOMAIN`` etc.
 
   .. attribute:: DNSQuestion.isTcp
@@ -179,7 +179,9 @@ The DNSQuestion object contains at least the following fields:
       The result of the DNSSEC validation, accessible from the ``postresolve``, ``nxdomain`` and ``nodata`` hooks.
       By contrast with :attr:`validationState <DNSQuestion.validationState>`, there are several Bogus states to be
       able to better understand the reason for a DNSSEC validation failure.
-      Possible states are :
+      
+      Possible states are:
+      
       - ``pdns.validationstates.Indeterminate``
       - ``pdns.validationstates.BogusNoValidDNSKEY``
       - ``pdns.validationstates.BogusInvalidDenial``