From d2b831c8dcd37375f2dd41c780ae70c270178488 Mon Sep 17 00:00:00 2001 From: Matt Nordhoff Date: Fri, 5 Mar 2021 07:24:02 +0000 Subject: [PATCH] docs: ecswho is a Netmask, not a ComboAddress --- docs/lua-records/functions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`. -- 2.47.2