diff --git a/HOWTO.md b/HOWTO.md index bcbdf7f1ef3292bbd0cdf91e8d742b227dc50202..526a3ad17abe600c05a6afde15f300f4396bbf6d 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -26,6 +26,8 @@ If you have your credentials you need to adjust the config file for the Lifecycl ~/etc/ciscoapi/ciscoapi.json { "global": { + "http_proxy": "http://your.proxy.com:8080", + "https_proxy": "http://your.proxy.de:8080", "use_system_proxies": false, "wait_after_start": false, "max_wait_time": 15,