This commit is contained in:
SechPoint 2026-03-12 09:55:40 +00:00
parent 2e71f1c6f0
commit 78c392b8de

View file

@ -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}"