From 2c3995b8c510615e7b0a2ad5a6bf4589301cdb5e Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Mon, 23 Feb 2015 10:43:15 -0800 Subject: [PATCH] website: document -recursor arg for agent cli --- website/source/docs/agent/options.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 1a4810258c..1da22770fe 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -155,6 +155,10 @@ The options below are all specified on the command-line. version. This should be set only when [upgrading](/docs/upgrading.html). You can view the protocol versions supported by Consul by running `consul -v`. +* `-recursor` - Specifies the address of an upstream DNS + server. This option may be provided multiple times, and is functionally + equivalent to the [`recursors` configuration option](#recursors). + * `-rejoin` - When provided, Consul will ignore a previous leave and attempt to rejoin the cluster when starting. By default, Consul treats leave as a permanent intent and does not attempt to join the cluster again when starting. This flag