From 5389fa50b4f2d53adb213c4b3abc486e882b03d8 Mon Sep 17 00:00:00 2001 From: Doc Date: Mon, 6 Oct 2025 18:09:49 -0400 Subject: [PATCH] revisions of isolation-check --- .gitea/workflows/isolate-the-network.sh | 2 +- .gitea/workflows/isolation-check.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/isolate-the-network.sh b/.gitea/workflows/isolate-the-network.sh index 25b4d19..981c10f 100644 --- a/.gitea/workflows/isolate-the-network.sh +++ b/.gitea/workflows/isolate-the-network.sh @@ -60,4 +60,4 @@ for addr in $LAN6SUBNETS ; do done -$FWCMD --reload +# $FWCMD --reload diff --git a/.gitea/workflows/isolation-check.yaml b/.gitea/workflows/isolation-check.yaml index 790105d..3e23331 100644 --- a/.gitea/workflows/isolation-check.yaml +++ b/.gitea/workflows/isolation-check.yaml @@ -66,8 +66,8 @@ jobs: run: | echo "--- Checking external IP (https://ifconfig.me)" for ignore in errors ; do - curl -4 icanhazip.com - curl -6 icanhazip.com + curl -4 icanhazip.com >/dev/null 2>&1 + curl -6 icanhazip.com >/dev/null 2>&1 || echo "Error getting ipv6" && true done - name: Outbound reachability sanity check