From e62dddb7725eb8c63e36d0afed831b2f26313922 Mon Sep 17 00:00:00 2001 From: Doc Date: Mon, 6 Oct 2025 19:40:24 -0400 Subject: [PATCH] revisions of isolation-check --- .gitea/workflows/isolation-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/isolation-check.yaml b/.gitea/workflows/isolation-check.yaml index fc83701..b1c9985 100644 --- a/.gitea/workflows/isolation-check.yaml +++ b/.gitea/workflows/isolation-check.yaml @@ -81,7 +81,7 @@ jobs: echo "--- Checking for responses ---" for subnet in 192.168.0.1 192.168.1.1 10.0.0.1 172.16.0.1 172.17.0.1 \ 172.18.0.1 172.19.0.1 172.20.0.1 172.21.0.1 172.22.0.1 172.23.0.1 \ - 172.24.0.1 192.168.1.185; do + 172.24.0.1 192.168.1.185 google.com; do echo -n "$subnet ... " ping -4 -n -c 1 -W 0.250 $subnet >/dev/null 2>&1 && echo -n "ping response . " curl -m 1 http://$subnet/ >/dev/null 2>&1 && echo -n "HTTP response . "