mirror of https://github.com/hashicorp/consul
Revert "doc: update docs for dns recursor go-sockaddr templates"
This reverts commit 6d4a57aedc
.
pull/3607/merge
parent
0e360cc3b5
commit
0ca94055c4
|
@ -1036,9 +1036,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
|
||||||
* <a name="recursors"></a><a href="#recursors">`recursors`</a> This flag provides addresses of
|
* <a name="recursors"></a><a href="#recursors">`recursors`</a> This flag provides addresses of
|
||||||
upstream DNS servers that are used to recursively resolve queries if they are not inside the service
|
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
|
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
|
outside of the "consul." domain, the query will be resolved upstream.
|
||||||
can be provided as ip addresses or as go-sockaddr templates. The list of ip addresses is deduplicated
|
|
||||||
while the original order is maintained.
|
|
||||||
|
|
||||||
* <a name="rejoin_after_leave"></a><a href="#rejoin_after_leave">`rejoin_after_leave`</a> Equivalent
|
* <a name="rejoin_after_leave"></a><a href="#rejoin_after_leave">`rejoin_after_leave`</a> Equivalent
|
||||||
to the [`-rejoin` command-line flag](#_rejoin).
|
to the [`-rejoin` command-line flag](#_rejoin).
|
||||||
|
|
Loading…
Reference in New Issue