mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 02:48:19 +00:00
Update docs for retry_join cloud discovery to include snippet around (#3577)
using HTTP_PROXY, HTTPS_PROXY and NO_PROXY env vars when needed
This commit is contained in:
parent
b3292d13fb
commit
0b710b4a7a
@ -265,6 +265,10 @@ will exit with an error at startup.
|
||||
combined with static IP or DNS addresses or even multiple configurations
|
||||
for different providers.
|
||||
|
||||
In order to use discovery behind a proxy, you will need to set
|
||||
`HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables per
|
||||
[Golang `net/http` library](https://golang.org/pkg/net/http/#ProxyFromEnvironment).
|
||||
|
||||
The following sections give the options specific to each supported cloud
|
||||
provider.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user