From: Matt Nordhoff Date: Fri, 5 Mar 2021 07:24:02 +0000 (+0000) Subject: docs: ecswho is a Netmask, not a ComboAddress X-Git-Tag: rec-4.5.0-beta1~28^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10145%2Fhead;p=thirdparty%2Fpdns.git docs: ecswho is a Netmask, not a ComboAddress --- diff --git a/docs/lua-records/functions.rst b/docs/lua-records/functions.rst index c257351a63..2f72a8eda7 100644 --- a/docs/lua-records/functions.rst +++ b/docs/lua-records/functions.rst @@ -27,11 +27,11 @@ Client variables ~~~~~~~~~~~~~~~~ ``ecswho`` The EDNS Client Subnet, should one have been set on the query. Unset - otherwise. This is a :class:`ComboAddress`. + otherwise. This is a :class:`Netmask`. ``bestwho`` In absence of ECS, this is set to the IP address of requesting resolver. Otherwise set to the network part of the EDNS Client Subnet supplied by the - resolver. A :class:`ComboAddress` + resolver. This is a :class:`ComboAddress`. ``who`` IP address of requesting resolver as a :class:`ComboAddress`.