]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: ip address + port
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 21 Oct 2024 19:21:29 +0000 (15:21 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 21 Oct 2024 19:21:46 +0000 (15:21 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/docs/lua-config/proxymapping.rst

index 40d3834661811ff8cb26b0dc90e9747094a47820..5ec4216f55ea66db31dfd60f5846a744c1c2dc7d 100644 (file)
@@ -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``.