]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: typo in `Server:isUp` description 14219/head
authorGuillaume-Jean Herbiet <gjherbiet@users.noreply.github.com>
Thu, 23 May 2024 08:40:09 +0000 (10:40 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2024 08:40:09 +0000 (10:40 +0200)
Incorrect reference to `Server:setAuto` method.

Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/dnsdistdist/docs/reference/config.rst

index 3d2da16e9c618aacb7cbf64412b73cd1e7ff4d74..fd481b2b470386a18c38e0996be42180d33a8bcb 100644 (file)
@@ -808,7 +808,7 @@ A server object returned by :func:`getServer` can be manipulated with these func
 
     Returns the up status of the server.
     Result is based on the administrative status of the server (as set by either :meth:`Server:setDown` or :meth:`Server:setUp`).
-    If no administrative status is set (see :meth:`Server.setAuto`), result is based on :attr:`Server.upStatus`
+    If no administrative status is set (see :meth:`Server:setAuto`), result is based on :attr:`Server.upStatus`
 
     :returns: true when the server is up, false otherwise