revisions of isolation-check
Some checks failed
Runner Isolation Check / isolation-test (push) Failing after 1m44s

This commit is contained in:
Doc
2025-10-06 18:04:08 -04:00
parent 870f6a4273
commit baf66654fa
2 changed files with 66 additions and 2 deletions

View File

@@ -65,8 +65,9 @@ jobs:
- name: Check external IP
run: |
echo "--- Checking external IP (https://ifconfig.me)"
for addr in https://ifconfig.me ; do
curl $addr
for ignore in errors ; do
curl -4 icanhazip.com
curl -6 icanhazip.com
done
- name: Outbound reachability sanity check