Tweaks documentation.

pull/2322/head
James Phillips 8 years ago
parent fe61650ef0
commit 951f597cde
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11

@ -517,8 +517,9 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
are considered. For example, if a node has a health check that is critical then all services on are considered. For example, if a node has a health check that is critical then all services on
that node will be excluded because they are also considered critical. that node will be excluded because they are also considered critical.
* <a name="recursor_timeout"></a><a href="#recursor_timeout">`recursor_timeout`</a> Timeout used by consul while * <a name="recursor_timeout"></a><a href="#recursor_timeout">`recursor_timeout`</a> Timeout used
recursively querying a downstream dns server. Default is 2s. by Consul when recursively querying an upstream DNS server. See <a href="#recursors">`recursors`</a>
for more details. Default is 2s.
* <a name="disable_compression"></a><a href="#disable_compression">`disable_compression`</a> If * <a name="disable_compression"></a><a href="#disable_compression">`disable_compression`</a> If
set to true, DNS responses will not be compressed. Compression was added and enabled by default set to true, DNS responses will not be compressed. Compression was added and enabled by default
@ -636,7 +637,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. outside of the "consul." domain, the query will be resolved upstream.
* <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

Loading…
Cancel
Save