From 29eb246e981534226504b92b02e79946fbf4e9e7 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 6 Jun 2024 09:53:50 +0200 Subject: [PATCH] dnsdist: Apply Charles-Henri's suggestion to the Proxy Protocol documentation Co-authored-by: Charles-Henri Bruyand --- pdns/dnsdistdist/docs/advanced/passing-source-address.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/advanced/passing-source-address.rst b/pdns/dnsdistdist/docs/advanced/passing-source-address.rst index 675612336f..afd92a05ec 100644 --- a/pdns/dnsdistdist/docs/advanced/passing-source-address.rst +++ b/pdns/dnsdistdist/docs/advanced/passing-source-address.rst @@ -46,7 +46,7 @@ Such a Proxy Protocol header can also be passed from the client to dnsdist, usin setProxyProtocolACL({'192.0.2.0/24'}) -Note that a proxy protocol payload will be required from these clients, regular DNS queries will no longer be accepted if they are not preceded by a proxy protocol payload. +Note that a Proxy Protocol payload will be required from these clients, regular DNS queries will no longer be accepted if they are not preceded by a Proxy Protocol payload. If :func:`setProxyProtocolApplyACLToProxiedClients` is set (default is false), the general ACL will be applied to the source IP address as seen by dnsdist first, but also to the source IP address provided in the Proxy Protocol header. -- 2.47.2