]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Apply Charles-Henri's suggestion to the Proxy Protocol documentation 14234/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 6 Jun 2024 07:53:50 +0000 (09:53 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jun 2024 07:53:50 +0000 (09:53 +0200)
Co-authored-by: Charles-Henri Bruyand <charleshenri.bruyand+github@gmail.com>
pdns/dnsdistdist/docs/advanced/passing-source-address.rst

index 675612336ff5736e80b2d1f65ba1a9e004b9cd29..afd92a05ecdbbe265682df089f525c7b6fad63f8 100644 (file)
@@ -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.