From 0ca94055c4a6a0758a2627a7385d074bc1d59bdd Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Mon, 23 Oct 2017 10:08:35 +0200 Subject: [PATCH] Revert "doc: update docs for dns recursor go-sockaddr templates" This reverts commit 6d4a57aedc55a4664537033c0c69edea20fd919b. --- website/source/docs/agent/options.html.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index cf2ede1ba8..5b5bd88e95 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -1036,9 +1036,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `recursors` This flag provides addresses of 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. + outside of the "consul." domain, the query will be resolved upstream. * `rejoin_after_leave` Equivalent to the [`-rejoin` command-line flag](#_rejoin).