From 657da8eaf6041378ef05b2b62b126d4641c5bac8 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Fri, 11 Apr 2014 16:31:33 -0700 Subject: [PATCH] website: Document the port configurations --- website/source/docs/agent/options.html.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 5c54a52819..e8f706351e 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -171,6 +171,15 @@ definitions support being updated during a reload. it will send a Leave message to the rest of the cluster and gracefully leave. Defaults to false. +* `ports` - This is a nested object that allows setting the bind ports + for the following keys: + * dns - The DNS server, -1 to disable. Default 8600. + * http - The HTTP api, -1 to disable. Default 8500. + * rpc - The RPC endpoint. Default 8400. + * serf_lan - The Serf LAN port. Default 8301. + * serf_wan - The Serf WAN port. Default 8302. + * server - Server RPC address. Default 8300. + * `recursor` - This flag provides an address of an upstream DNS server that is 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,