From: Neil Cook Date: Thu, 24 Aug 2017 11:03:10 +0000 (+0100) Subject: Document deviceId in DNSQuestion X-Git-Tag: rec-4.1.0-rc1~54^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf7709689b4773aa784b81631f928d182d3665d1;p=thirdparty%2Fpdns.git Document deviceId in DNSQuestion --- diff --git a/pdns/recursordist/docs/lua-scripting/dq.rst b/pdns/recursordist/docs/lua-scripting/dq.rst index 4c2f0b4dd5..cd7e6baa4e 100644 --- a/pdns/recursordist/docs/lua-scripting/dq.rst +++ b/pdns/recursordist/docs/lua-scripting/dq.rst @@ -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 ` when when using the ``udpQueryResponse`` :attr:`followupFunction `.