From 7607c68d24b4bfdff79a9661e191b858ac49e4ff Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 6 Apr 2022 13:14:29 +0200 Subject: [PATCH] Better English in docs Co-authored-by: Neil Cook --- pdns/recursordist/docs/lua-config/proxymapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/lua-config/proxymapping.rst b/pdns/recursordist/docs/lua-config/proxymapping.rst index e324254dff..21e0408cde 100644 --- a/pdns/recursordist/docs/lua-config/proxymapping.rst +++ b/pdns/recursordist/docs/lua-config/proxymapping.rst @@ -50,7 +50,7 @@ See :func:`protobufServer` on how to tune the source address logged in ``Protobu :param string ip: the IP address or IPaddress port combination to match the subnet to. :param array domains: An array of strings used to fill a :ref:`dns-suffix-match-group`. -If this ``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``. +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``. The ACL check will be done against the mapped address ``M`` for all queries, independent of the name queried. If the ``domains`` argument is absent, no extra condition (apart from matching the subnet) applies to determine the outgoing ECS value. -- 2.47.2