From 8691ee2c25f24085bd041891e2c4ed93490c0611 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 25 Apr 2024 10:15:41 +0200 Subject: [PATCH] Better wording in docs from @rgacogne Co-authored-by: Remi Gacogne --- pdns/recursordist/docs/lua-scripting/dq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/docs/lua-scripting/dq.rst b/pdns/recursordist/docs/lua-scripting/dq.rst index b06b268107..073956cfa0 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 -- 2.47.2