From cb9e2faa0a5453d3e4578fb22e210aae7357c2f8 Mon Sep 17 00:00:00 2001 From: chkp-edenbr <94056191+chkp-edenbr@users.noreply.github.com> Date: Mon, 7 Apr 2025 17:14:07 +0300 Subject: [PATCH] Update README.md --- connect/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/connect/README.md b/connect/README.md index a20b980..c919eec 100644 --- a/connect/README.md +++ b/connect/README.md @@ -34,9 +34,11 @@ Then choose "Security Management" as the service. ##Examples • Running the script on the Multi-Domain Server: + `python3 connect_all_domains.py --client_id --access_key --region eu` • Running the script from remote: + `python3 connect_all_domains.py --client_id --access_key --region eu --server 192.168.1.1 --api_key --api_port 443` ## Development Environment