Tweaks options doc after latest merges.

pull/2325/head
James Phillips 2016-09-01 22:18:34 -07:00 committed by GitHub
parent f686d34483
commit 08d6bfbc9b
1 changed files with 2 additions and 4 deletions

View File

@ -142,9 +142,7 @@ The options below are all specified on the command-line.
LAN. LAN.
* <a name="_dns_port"></a><a href="#_dns_port">`-dns-port`</a> - the DNS port to listen on. * <a name="_dns_port"></a><a href="#_dns_port">`-dns-port`</a> - the DNS port to listen on.
This overrides the default port 8600. This option is very useful when deploying Consul This overrides the default port 8600. This is available in Consul 0.7 and later.
to an environment which communicates the DNS port through the environment e.g. PaaS like CloudFoundry, allowing
you to set the port directly via a Procfile.
* <a name="_domain"></a><a href="#_domain">`-domain`</a> - By default, Consul responds to DNS queries * <a name="_domain"></a><a href="#_domain">`-domain`</a> - By default, Consul responds to DNS queries
in the "consul." domain. This flag can be used to change that domain. All queries in this domain in the "consul." domain. This flag can be used to change that domain. All queries in this domain
@ -524,7 +522,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
* <a name="recursor_timeout"></a><a href="#recursor_timeout">`recursor_timeout`</a> Timeout used * <a name="recursor_timeout"></a><a href="#recursor_timeout">`recursor_timeout`</a> Timeout used
by Consul when recursively querying an upstream DNS server. See <a href="#recursors">`recursors`</a> by Consul when recursively querying an upstream DNS server. See <a href="#recursors">`recursors`</a>
for more details. Default is 2s. for more details. Default is 2s. This is available in Consul 0.7 and later.
* <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