]> granicus.if.org Git - pdns/commitdiff
Document deviceId in DNSQuestion
authorNeil Cook <neil.cook@noware.co.uk>
Thu, 24 Aug 2017 11:03:10 +0000 (12:03 +0100)
committerNeil Cook <neil.cook@noware.co.uk>
Thu, 24 Aug 2017 11:03:10 +0000 (12:03 +0100)
pdns/recursordist/docs/lua-scripting/dq.rst

index 4c2f0b4dd510a2d56f077fd4cf968e347a6af75c..cd7e6baa4e3cbcf8b6e8284022ea092c61457949 100644 (file)
@@ -101,6 +101,12 @@ The DNSQuestion object contains at least the following fields:
 
     A string that will be used to set the ``requestorId`` field in :doc:`protobuf <../lua-config/protobuf>` messages.
 
+.. attribute:: DNSQuestion.deviceId str
+
+    .. versionadded:: 4.1.0
+
+    A string that will be used to set the ``deviceId`` field in :doc:`protobuf <../lua-config/protobuf>` messages.
+
 .. attribute:: DNSQuestion.udpAnswer -> str
 
     Answer to the :attr:`udpQuery <DNSQuestion.udpQuery>` when when using the ``udpQueryResponse`` :attr:`followupFunction <DNSQuestion.followupFunction>`.