Commit 98fa493
committed
config: allow web-proxy support
Now any of the following env variables may be exported before using
cmk with any http/https proxy:
export http_proxy='http://user:password@server:3128'
export https_proxy='http://user:password@server:3128'
export HTTP_PROXY='http://user:password@server:3128'
export HTTPS_PROXY='http://user:password@server:3128'
Or, run cmk like following:
HTTP_PROXY="http://IP:port" cmk
Fixes #49
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>1 parent 43a008c commit 98fa493
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
0 commit comments