revisions of isolation-check
Some checks failed
Runner Isolation Check / isolation-test (push) Failing after 3m28s
Some checks failed
Runner Isolation Check / isolation-test (push) Failing after 3m28s
This commit is contained in:
@@ -60,4 +60,4 @@ for addr in $LAN6SUBNETS ; do
|
||||
done
|
||||
|
||||
|
||||
$FWCMD --reload
|
||||
# $FWCMD --reload
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user