From 8fa44d19cf14c1f30bbe02bae95132b14d2d2039 Mon Sep 17 00:00:00 2001 From: Guillaume-Jean Herbiet Date: Thu, 23 May 2024 10:40:09 +0200 Subject: [PATCH] dnsdist: typo in `Server:isUp` description Incorrect reference to `Server:setAuto` method. Co-authored-by: Remi Gacogne --- 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 3d2da16e9c..fd481b2b47 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -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 -- 2.47.2