]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: ecswho is a Netmask, not a ComboAddress 10145/head
authorMatt Nordhoff <mnordhoff@gmail.com>
Fri, 5 Mar 2021 07:24:02 +0000 (07:24 +0000)
committerGitHub <noreply@github.com>
Fri, 5 Mar 2021 07:24:02 +0000 (07:24 +0000)
docs/lua-records/functions.rst

index c257351a632a8252646bb8a411317e678b055e8f..2f72a8eda71a49cbb44274b0174a4cab64dac506 100644 (file)
@@ -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`.