]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Document that we only support the version 2 of the Proxy Protocol 8968/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 23 Mar 2020 15:56:50 +0000 (16:56 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 23 Mar 2020 15:56:50 +0000 (16:56 +0100)
pdns/recursordist/docs/settings.rst

index fffda3d167cbe66b615d764ebeb8f1b5ea827412..e5338cc7eaccb39d0293d1a6bc74d389d28d3f68 100644 (file)
@@ -1237,7 +1237,7 @@ Whether to compute the latency of responses in protobuf messages using the times
 -  IP ranges, separated by commas
 -  Default: empty
 
-Ranges that are required to send a Proxy Protocol header in front of UDP and TCP queries, to pass the original source and destination addresses and ports to the recursor, as well as custom values.
+Ranges that are required to send a Proxy Protocol version 2 header in front of UDP and TCP queries, to pass the original source and destination addresses and ports to the recursor, as well as custom values.
 Queries that are not prefixed with such a header will not be accepted from clients in these ranges. Queries prefixed by headers from clients that are not listed in these ranges will be dropped.
 
 Note that once a Proxy Protocol header has been received, the source address from the proxy header instead of the address of the proxy will be checked against the `allow-from`_ ACL,