From e2a5eb7346dfe65a58217cf38a806434e8067fec Mon Sep 17 00:00:00 2001 From: Lucas Rolff Date: Thu, 26 Jun 2025 22:45:28 +0200 Subject: [PATCH] Correct getQueries() config reference Replaced `droppped` with `total` in the rst. Signed-off-by: Lucas Rolff --- 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 4dba6116ae..7cf3de1228 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -835,7 +835,7 @@ A server object returned by :func:`getServer` can be manipulated with these func Get the number of total queries for this server. - :returns: The number of dropped queries + :returns: The number of total queries .. method:: Server:getHealthCheckMode() -> str -- 2.47.2