From: Winfried Angele Date: Mon, 22 Jan 2018 15:11:49 +0000 (+0100) Subject: Typo in maxCheckFailures description X-Git-Tag: dnsdist-1.3.0~139^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc1e69eeee62aa0a7bc031c6c81ab3dd6cf06013;p=pdns Typo in maxCheckFailures description --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 93ac4d21e..8765c52bd 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -260,7 +260,7 @@ Servers checkName=STRING, -- Use STRING as QNAME in the health-check query, default: "a.root-servers.net." checkType=STRING, -- Use STRING as QTYPE in the health-check query, default: "A" setCD=BOOL, -- Set the CD (Checking Disabled) flag in the health-check query, default: false - maxCheckFailures=NUM, -- Allow NUM check failures before declaring the backend down, default: false + maxCheckFailures=NUM, -- Allow NUM check failures before declaring the backend down, default: 1 mustResolve=BOOL, -- Set to true when the health check MUST return a NOERROR RCODE and an answer useClientSubnet=BOOL, -- Add the client's IP address in the EDNS Client Subnet option when forwarding the query to this backend source=STRING -- The source address or interface to use for queries to this backend, by default this is left to the kernel's address selection