]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Document the content of proxy payload added via TeeAction 13509/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 4 Dec 2023 10:06:59 +0000 (11:06 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 4 Dec 2023 10:08:30 +0000 (11:08 +0100)
pdns/dnsdistdist/docs/rules-actions.rst

index 8ba254b36933e66ff0f7cca856bf56e314ea2535..74a5b0c21cd9494f8b2f3b3ed5ea41ac0e7e50f5 100644 (file)
@@ -1860,7 +1860,7 @@ The following actions exist.
 
   Send copy of query to ``remote``, keep stats on responses.
   If ``addECS`` is set to true, EDNS Client Subnet information will be added to the query.
-  If ``addProxyProtocol`` is set to true, a Proxy Protocol v2 payload will be prepended in front of the query.
+  If ``addProxyProtocol`` is set to true, a Proxy Protocol v2 payload will be prepended in front of the query. The payload will contain the protocol the initial query was received over (UDP or TCP), as well as the initial source and destination addresses and ports.
   If ``local`` has provided a value like "192.0.2.53", :program:`dnsdist` will try binding that address as local address when sending the queries.
   Subsequent rules are processed after this action.