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

index 38ebf9716cb1fa5d3057704d13613e2d26b67fd9..675612336ff5736e80b2d1f65ba1a9e004b9cd29 100644 (file)
@@ -23,7 +23,7 @@ Proxy Protocol
 From dnsdist to its backend
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-To enable the use of the proxy protocol between dnsdist and its backend, the ``useProxyProtocol`` parameter can be used when creating a :func:`new server <newServer>`:
+To enable the use of the Proxy Protocol between dnsdist and its backend, the ``useProxyProtocol`` parameter can be used when creating a :func:`new server <newServer>`:
 
 .. code-block:: lua