From: Andrew Imeson Date: Fri, 26 Jul 2024 13:02:49 +0000 (-0400) Subject: docs: Make a few stray American English "requesters" British X-Git-Tag: rec-5.2.0-alpha1~145^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7852b93f33d960807eae63b7b586c94eefa53ada;p=thirdparty%2Fpdns.git docs: Make a few stray American English "requesters" British "requestor" is the more common spelling in the documentation --- diff --git a/docs/lua-records/index.rst b/docs/lua-records/index.rst index 151225fa05..1216675889 100644 --- a/docs/lua-records/index.rst +++ b/docs/lua-records/index.rst @@ -6,7 +6,7 @@ PowerDNS Authoritative Server version 4.2 and later support dynamic DNS records. These records contain small snippets of configuration that enable dynamic -behaviour based on requester IP address, requester's EDNS Client Subnet, +behaviour based on requestor IP address, requestor's EDNS Client Subnet, server availability or other factors. Capabilities range from very simple to highly advanced multi-pool @@ -66,7 +66,7 @@ Another example using :func:`pickclosest`:: www IN LUA A "pickclosest({'192.0.2.1','192.0.2.2','198.51.100.1'})" This uses the GeoIP backend to find indications of the geographical location of -the requester and the listed IP addresses. It will return with one of the closest +the requestor and the listed IP addresses. It will return with one of the closest addresses. :func:`pickclosest` and :func:`ifportup` can be combined as follows::