From bf7709689b4773aa784b81631f928d182d3665d1 Mon Sep 17 00:00:00 2001 From: Neil Cook Date: Thu, 24 Aug 2017 12:03:10 +0100 Subject: [PATCH] Document deviceId in DNSQuestion --- pdns/recursordist/docs/lua-scripting/dq.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pdns/recursordist/docs/lua-scripting/dq.rst b/pdns/recursordist/docs/lua-scripting/dq.rst index 4c2f0b4dd..cd7e6baa4 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 `. -- 2.40.0