From 298f92da9d86b966ca312ca35c9b8b5df5d46322 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 27 May 2019 10:36:40 +0200 Subject: [PATCH] dnsdist: Fix the documentation of the 'mustResolve' parameter --- 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 32fa89cdda..623ef6c2d4 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -391,7 +391,7 @@ Servers 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: 1 checkInterval=NUM -- The time in seconds between health checks - mustResolve=BOOL, -- Set to true when the health check MUST return a NOERROR RCODE and an answer + mustResolve=BOOL, -- Set to true when the health check MUST return a RCODE different from NXDomain, ServFail and Refused. Default is false, meaning that every RCODE except ServFail is considered valid 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 -- The following formats are supported: -- 2.47.2