]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Clarify the behavior of the Proxy Protocol feature 8874/head
authorRemi Gacogne <rgacogne+github@valombre.net>
Mon, 16 Mar 2020 10:31:59 +0000 (11:31 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 17 Mar 2020 13:12:56 +0000 (14:12 +0100)
Co-Authored-By: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/docs/settings.rst

index 3c1ec00311999cf48383bbb96feccfb8dbd9b281..fffda3d167cbe66b615d764ebeb8f1b5ea827412 100644 (file)
@@ -1240,7 +1240,7 @@ Whether to compute the latency of responses in protobuf messages using the times
 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.
 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 original source address will be checked against the `allow-from`_ ACL, instead of the address of the proxy.
+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, 
 
 .. _setting-proxy-protocol-maximum-size: