From 185eea8e0de454fb0e8f6839f4457931e8fb3e66 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Fri, 4 Apr 2025 09:33:44 +0000
Subject: [PATCH] Edit HOWTO.md added proxy configuration

---
 HOWTO.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/HOWTO.md b/HOWTO.md
index bcbdf7f..526a3ad 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,
-- 
GitLab