- getFakePTRRecords: Get a fake PTR record, see :doc:`DNS64 <../dns64>`
- udpQueryResponse: Do a UDP query and call a handler, see :ref:`UDP Query Response <udpqueryresponse>`
+ .. attribute:: DNSQuestion.followupName
+
+ see :doc:`DNS64 <../dns64>`
+
+ .. attribute:: DNSQuestion.followupPrefix
+
+ see :doc:`DNS64 <../dns64>`
+
.. attribute:: DNSQuestion.appliedPolicy
The decision that was made by the policy engine, see :ref:`modifyingpolicydecisions`.
Whether the response to this query will be exported to a remote protobuf logger, if one has been configured.
+ .. attribute:: DNSQuestion.tag
+
+ The packet-cache tag set via :func:`gettag`, or 0 if it has not been set.
+
It also supports the following methods:
.. method:: DNSQuestion:addAnswer(type, content, [ttl, name])
The ID of the query
+DNSRecord Object
+================
+
+See :doc:`DNSRecord <../dnsrecord>`.
+
The EDNSOptionView Class
========================