From: Remi Gacogne Date: Mon, 16 Mar 2020 10:31:18 +0000 (+0100) Subject: rec: Fix a typo in the `proxy-protocol-from` documentation X-Git-Tag: dnsdist-1.5.0-alpha1~12^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb9ae80fe7752a6cd136c74aa472216cac9fdaaa;p=thirdparty%2Fpdns.git rec: Fix a typo in the `proxy-protocol-from` documentation Co-Authored-By: Otto Moerbeek --- diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 981269f1bc..3c1ec00311 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -1238,7 +1238,7 @@ Whether to compute the latency of responses in protobuf messages using the times - 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. -Queries that are not prefix 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. +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.