From 6ba9690e812089ba3dbda43f17e6b862201d16a8 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Fri, 20 Oct 2017 20:06:33 +0200 Subject: [PATCH] doc: address review comment --- website/source/docs/agent/options.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index cf2ede1ba8..7b8b5d56ca 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -1037,8 +1037,8 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass upstream DNS servers that are used to recursively resolve queries if they are not inside the service domain for Consul. For example, a node can use Consul directly as a DNS server, and if the record is outside of the "consul." domain, the query will be resolved upstream. As of Consul 1.0.1 recursors - can be provided as ip addresses or as go-sockaddr templates. The list of ip addresses is deduplicated - while the original order is maintained. + can be provided as ip addresses or as go-sockaddr templates. IP addresses are resolved in order, + and duplicates are ignored. * `rejoin_after_leave` Equivalent to the [`-rejoin` command-line flag](#_rejoin).