From 08d6bfbc9ba206bb190f9a108b9001616b49fd4c Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 1 Sep 2016 22:18:34 -0700 Subject: [PATCH] Tweaks options doc after latest merges. --- website/source/docs/agent/options.html.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 6f4d605ba4..e4f456840b 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -142,9 +142,7 @@ The options below are all specified on the command-line. LAN. * `-dns-port` - the DNS port to listen on. - This overrides the default port 8600. This option is very useful when deploying Consul - 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. + This overrides the default port 8600. This is available in Consul 0.7 and later. * `-domain` - 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 @@ -524,7 +522,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `recursor_timeout` Timeout used by Consul when recursively querying an upstream DNS server. See `recursors` - for more details. Default is 2s. + for more details. Default is 2s. This is available in Consul 0.7 and later. * `disable_compression` If set to true, DNS responses will not be compressed. Compression was added and enabled by default