From 2ffb3645e24b714ab661037341676a2478ac38f7 Mon Sep 17 00:00:00 2001 From: Guillaume-Jean Herbiet Date: Thu, 23 May 2024 10:30:59 +0200 Subject: [PATCH] dnsdist: further clarify `Server:isUp` method Explain how to unset "administrative status". --- 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 0059b31b6d..3d2da16e9c 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, 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