From 544788d70855910a3f34e77ea981335420b7423b Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Fri, 29 Sep 2017 11:39:37 +0200 Subject: [PATCH] update docs --- website/source/docs/agent/options.html.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 1a52f4be9..62a5e7d72 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -674,17 +674,6 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `serf_lan_bind` Equivalent to the [`-serf-lan-bind` command-line flag](#_serf_lan_bind). -* `advertise_addrs` Allows to set - the advertised addresses for SerfLan, SerfWan and RPC together with the port. This gives - you more control than `-advertise` or `-advertise-wan` - while it serves the same purpose. These settings might override `-advertise` or - `-advertise-wan` - - This is a nested setting that allows the following keys: - - `serf_lan` - The SerfLan address. Accepts values in the form of "host:port" like "10.23.31.101:8301". - - `serf_wan` - The SerfWan address. Accepts values in the form of "host:port" like "10.23.31.101:8302". - - `rpc` - The server RPC address. Accepts values in the form of "host:port" like "10.23.31.101:8300". - * `advertise_addr_wan` Equivalent to the [`-advertise-wan` command-line flag](#_advertise-wan).