From 6a067f30469f91baa1fcd9da7a8e4f834b65fd99 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 17 Nov 2023 15:10:16 +0100 Subject: [PATCH] dnsdist: Add a missing word spotted by Habbie in the documentation Co-authored-by: Peter van Dijk --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index fa84fc9da2..6ba08b8cb2 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -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 -- 2.47.2