From 78c392b8def6d6347e2d9b0c3fb77cfde6465bce Mon Sep 17 00:00:00 2001 From: SechPoint Date: Thu, 12 Mar 2026 09:55:40 +0000 Subject: [PATCH] update --- pre-deployment-test.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pre-deployment-test.sh b/pre-deployment-test.sh index 0177c7a..8e128cf 100644 --- a/pre-deployment-test.sh +++ b/pre-deployment-test.sh @@ -70,7 +70,7 @@ test_conn() { echo -e "${RED}[FAIL]${NC} $desc ($target) - BLOCKED" fi fi -} +} echo "--- EU Cloud ---" test_conn "34.160.38.183" "node-data1.eu1" @@ -81,9 +81,6 @@ echo -e "\n--- US Cloud ---" test_conn "34.96.64.17" "node-data0.us1" test_conn "34.110.183.149" "node-data1.us1" test_conn "35.235.66.155" "us1.api.wallarm.com" -test_conn "34.102.90.100" "Extra US-1" -test_conn "34.94.156.115" "Extra US-2" -test_conn "35.235.115.105" "Extra US-3" # --- 5. INTERNAL APP CHECK --- echo -e "\n${YELLOW}[4/4] Testing Internal App Connectivity...${NC}"