From: Otto Moerbeek Date: Thu, 25 Apr 2024 08:15:41 +0000 (+0200) Subject: Better wording in docs from @rgacogne X-Git-Tag: rec-5.1.0-alpha1~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8691ee2c25f24085bd041891e2c4ed93490c0611;p=thirdparty%2Fpdns.git Better wording in docs from @rgacogne Co-authored-by: Remi Gacogne --- diff --git a/pdns/recursordist/docs/lua-scripting/dq.rst b/pdns/recursordist/docs/lua-scripting/dq.rst index b06b26810..073956cfa 100644 --- a/pdns/recursordist/docs/lua-scripting/dq.rst +++ b/pdns/recursordist/docs/lua-scripting/dq.rst @@ -59,11 +59,11 @@ The DNSQuestion object contains at least the following fields: .. attribute:: DNSQuestion.interface_remoteaddr - :class:`ComboAddress` of the interface the requestor used, that is, the network source address of the request. + Source :class:`ComboAddress` of the packet received by the recursor. If the proxy protocol is not used, the value will match ``remoteaddr``. .. attribute:: DNSQuestion.interface_localaddr - The :class:`ComboAddress` of the interface where this query was received on, which is one of the listening addresses of the recursor. + Destination :class:`ComboAddress` of the packet received by the recursor. If the proxy protocol is not used, the value will match ``localaddr``. .. attribute:: DNSQuestion.variable