Update options.html.md

This commit is contained in:
James Phillips 2017-09-27 15:40:00 -07:00 committed by GitHub
parent 92ff57537c
commit da912aedeb
1 changed files with 4 additions and 4 deletions

View File

@ -104,8 +104,8 @@ will exit with an error at startup.
Consul will bind client interfaces, including the HTTP and DNS servers. By default, 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 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 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 [go-sockaddr](https://godoc.org/github.com/hashicorp/go-sockaddr/template) template
resolve to multiple addresses. that can potentially resolve to multiple addresses.
* <a name="_config_file"></a><a href="#_config_file">`-config-file`</a> - A configuration file * <a name="_config_file"></a><a href="#_config_file">`-config-file`</a> - A configuration file
to load. For more information on 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
* <a name="addresses"></a><a href="#addresses">`addresses`</a> - This is a nested object that allows * <a name="addresses"></a><a href="#addresses">`addresses`</a> - 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 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) addresses to bind to, or a [go-sockaddr](https://godoc.org/github.com/hashicorp/go-sockaddr/template)
that can potentially resolve to multiple addresses. template that can potentially resolve to multiple addresses.
`http` supports binding to a Unix domain socket. A socket can be `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 specified in the form `unix:///path/to/socket`. A new domain socket will be