From c0e7123d06f04c9cdd89a856a29edd4fa37b8c70 Mon Sep 17 00:00:00 2001 From: Dan McCombs Date: Tue, 31 Oct 2017 06:27:47 -0400 Subject: [PATCH] Update ipBindAddrNoPort documentation to include default value. --- 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 cb167e78c..80cd1bf4b 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -224,7 +224,7 @@ Servers tcpSendTimeout=NUM, -- The timeout (in seconds) of a TCP write attempt tcpRecvTimeout=NUM, -- The timeout (in seconds) of a TCP read attempt tcpFastOpen=BOOL, -- Whether to enable TCP Fast Open - ipBindAddrNoPort=BOOL, -- Whether to enable IP Bind Address No Port + ipBindAddrNoPort=BOOL, -- Whether to enable IP_BIND_ADDRESS_NO_PORT if available, default: true name=STRING, -- The name associated to this backend, for display purpose 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" -- 2.40.0