From: Remi Gacogne Date: Fri, 9 Dec 2022 08:47:27 +0000 (+0100) Subject: dnsdist: Fix a typo in the Healthcheck configuration guide X-Git-Tag: dnsdist-1.8.0-rc1~174^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12306%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix a typo in the Healthcheck configuration guide As reported by Kai Stian Olstad (thanks!). --- diff --git a/pdns/dnsdistdist/docs/guides/downstreams.rst b/pdns/dnsdistdist/docs/guides/downstreams.rst index 2a986c81a1..036cf140e4 100644 --- a/pdns/dnsdistdist/docs/guides/downstreams.rst +++ b/pdns/dnsdistdist/docs/guides/downstreams.rst @@ -54,7 +54,7 @@ The number of health check failures before a server is considered down is config The ``CD`` flag can be set on the query by setting ``setCD`` to true. e.g.:: - newServer({address="192.0.2.1", checkType="AAAA", checkType=DNSClass.CHAOS, checkName="a.root-servers.net.", mustResolve=true}) + newServer({address="192.0.2.1", checkType="AAAA", checkClass=DNSClass.CHAOS, checkName="a.root-servers.net.", mustResolve=true}) You can turn on logging of health check errors using the :func:`setVerboseHealthChecks` function.