]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add a missing word spotted by Habbie in the documentation
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 17 Nov 2023 14:10:16 +0000 (15:10 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 24 Nov 2023 15:13:49 +0000 (16:13 +0100)
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
pdns/dnsdistdist/docs/reference/config.rst

index fa84fc9da2a65c61d2045e1570c2749bf47a32d4..6ba08b8cb2ef414687fe4dbf05dab190d3a274b1 100644 (file)
@@ -1920,7 +1920,7 @@ Other functions
   .. versionadded:: 1.9.0
 
   Asynchronously resolve, via the system resolver (using ``getaddrinfo()``), the supplied ``hostname`` to IPv4 and IPv6 before invoking the supplied ``callback`` function with the ``hostname`` and a list of IPv4 and IPv6 addresses as :class:`ComboAddress`.
-  For example, to get the addresses of Quad9's and dynamically add them as backends:
+  For example, to get the addresses of Quad9's resolver and dynamically add them as backends:
 
   .. code-block:: lua