From 3192a2ced0e12e1ad1270c1edeb92b4d73e72a97 Mon Sep 17 00:00:00 2001 From: David Timber Date: Wed, 13 Nov 2024 02:50:22 +0100 Subject: Disable ping-he-tb, fix main --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2901af1..3ce4f12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,10 @@ jobs: steps: - name: Run main run: | + curl -4 ifconfig.me || true + curl -6 ifconfig.me || true sudo apt-get install -y ncat ncat -l 12345 --keep-open --exec "/bin/cat" & ncat -u -l 12345 --keep-open --exec "/bin/cat" & + sudo ss -utanp || true sleep inf -- cgit