From: Otto Moerbeek Date: Wed, 6 Apr 2022 11:14:29 +0000 (+0200) Subject: Better English in docs X-Git-Tag: rec-4.7.0-beta1~5^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7607c68d24b4bfdff79a9661e191b858ac49e4ff;p=thirdparty%2Fpdns.git Better English in docs Co-authored-by: Neil Cook --- 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.