From a37e9e46e11bb854f61f7647b9df86ffbf8b7715 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 6 Jun 2024 09:53:44 +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 38ebf9716c..675612336f 100644 --- a/pdns/dnsdistdist/docs/advanced/passing-source-address.rst +++ b/pdns/dnsdistdist/docs/advanced/passing-source-address.rst @@ -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 `: +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 `: .. code-block:: lua -- 2.47.2