From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:21:29 +0000 (-0400) Subject: spelling: ip address + port X-Git-Tag: rec-5.2.0-alpha1~6^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22c4f825137695db75f1d7da8a927c7e9b0a1e24;p=thirdparty%2Fpdns.git spelling: ip address + port Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/docs/lua-config/proxymapping.rst b/pdns/recursordist/docs/lua-config/proxymapping.rst index 40d3834661..5ec4216f55 100644 --- a/pdns/recursordist/docs/lua-config/proxymapping.rst +++ b/pdns/recursordist/docs/lua-config/proxymapping.rst @@ -48,7 +48,7 @@ See :func:`protobufServer` on how to tune the source address logged in ``Protobu Specify a table based mapping for a subnet. :param string subnet: a subnet to match - :param string ip: the IP address or IPaddress port combination to match the subnet to. + :param string ip: the IP address or IP address + port combination to match the subnet to. :param array domains: An array of strings used to fill a :ref:`dns-suffix-match-group`. If the optional ``domains`` argument is given to this function, only queries for names matching the :ref:`dns-suffix-match-group` will use the value ``M`` to determine the outgoing ECS; other queries will use the value ``S``.