From 5d9387edaba8ca5e8aa543a55b434dd29ddfc42a Mon Sep 17 00:00:00 2001 From: mischa Date: Mon, 27 Jun 2022 16:01:36 +0200 Subject: [PATCH] changed US-EAST2 config --- config/ipsecconnectors2.txt | 4 ++-- config/ipsecconnectors3.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/ipsecconnectors2.txt b/config/ipsecconnectors2.txt index 2247c08..626dc3c 100644 --- a/config/ipsecconnectors2.txt +++ b/config/ipsecconnectors2.txt @@ -1,5 +1,5 @@ { - "name": "SanJose2", + "name": "New York1", "cxp": "US-EAST-2", "size": "LARGE", "segments": [ @@ -17,7 +17,7 @@ }, "sites": [ { - "name": "PAN", + "name": "FTNT", "gatewayIpType": "STATIC", "customerGwIp": "192.168.1.3" } diff --git a/config/ipsecconnectors3.txt b/config/ipsecconnectors3.txt index fb53a02..e413f9d 100644 --- a/config/ipsecconnectors3.txt +++ b/config/ipsecconnectors3.txt @@ -1,5 +1,5 @@ { - "name": "SanJose3", + "name": "San Francisco1", "cxp": "US-EAST-2", "size": "LARGE", "segments": [ @@ -17,7 +17,7 @@ }, "sites": [ { - "name": "PAN", + "name": "CISCO", "gatewayIpType": "STATIC", "customerGwIp": "192.168.1.4" }