From da912aedeb9e2068d6fc1444c8845278e28844eb Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 27 Sep 2017 15:40:00 -0700 Subject: [PATCH] Update options.html.md --- website/source/docs/agent/options.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 9591b6474..5f232a4de 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -104,8 +104,8 @@ will exit with an error at startup. Consul will bind client interfaces, including the HTTP and DNS servers. By default, this is "127.0.0.1", allowing only loopback connections. In Consul 1.0 and later this can be set to a space-separated list of addresses to bind to, or a - [go-sockaddr](https://github.com/hashicorp/go-sockaddr#go-sockaddr) that can potentially - resolve to multiple addresses. + [go-sockaddr](https://godoc.org/github.com/hashicorp/go-sockaddr/template) template + that can potentially resolve to multiple addresses. * `-config-file` - A configuration file to load. For more information on @@ -641,8 +641,8 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `addresses` - This is a nested object that allows setting bind addresses. In Consul 1.0 and later these can be set to a space-separated list of - addresses to bind to, or a [go-sockaddr](https://github.com/hashicorp/go-sockaddr#go-sockaddr) - that can potentially resolve to multiple addresses. + addresses to bind to, or a [go-sockaddr](https://godoc.org/github.com/hashicorp/go-sockaddr/template) + template that can potentially resolve to multiple addresses. `http` supports binding to a Unix domain socket. A socket can be specified in the form `unix:///path/to/socket`. A new domain socket will be