mirror of https://github.com/hashicorp/consul
Update options.html.md
parent
a35f3ae439
commit
5fa5f6ef01
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue