]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Better wording in docs from @rgacogne 14023/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 25 Apr 2024 08:15:41 +0000 (10:15 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2024 08:15:41 +0000 (10:15 +0200)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/recursordist/docs/lua-scripting/dq.rst

index b06b268107dc1133c10c2d54070ab7873ce9354c..073956cfa04e9a8fb3122a9bb1bc3cd85a35ad47 100644 (file)
@@ -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