From: Guillaume-Jean Herbiet Date: Thu, 23 May 2024 08:40:09 +0000 (+0200) Subject: dnsdist: typo in `Server:isUp` description X-Git-Tag: rec-5.1.0-beta1~29^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fa44d19cf14c1f30bbe02bae95132b14d2d2039;p=thirdparty%2Fpdns.git dnsdist: typo in `Server:isUp` description Incorrect reference to `Server:setAuto` method. Co-authored-by: Remi Gacogne --- 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