From: Guillaume-Jean Herbiet Date: Thu, 23 May 2024 08:30:59 +0000 (+0200) Subject: dnsdist: further clarify `Server:isUp` method X-Git-Tag: rec-5.1.0-beta1~29^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ffb3645e24b714ab661037341676a2478ac38f7;p=thirdparty%2Fpdns.git dnsdist: further clarify `Server:isUp` method Explain how to unset "administrative status". --- 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