-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
151285018 Add validations to edgemicro.proxy
Add validations on below configs: edgemicro: proxy: tunnel: true url: 'http://192.168.2.178:3128' bypass: 'localhost' # target domains to bypass the proxy. enabled: true ‘enabled’ is boolean and if set to ’true’, here the ’url’ must be defined or the env variables HTTP_PROXY/http_proxy or HTTPS_PROXY/https_proxy must be set. If ‘url | bypass | tunnel’ is defined here, ‘enabled’ must be set to ‘true’. Remove the configs ‘edge_config.proxy’ and ‘edge_config.proxy_tunnel’.
- Loading branch information
1 parent
0edb2fd
commit ced8531
Showing
2 changed files
with
66 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters