.. 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
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``