From 8ca889b339fe1abaded4daff3529665a266fdacd Mon Sep 17 00:00:00 2001 From: Tizian Maxime Weigt Date: Sun, 27 Apr 2025 14:47:11 +0200 Subject: [PATCH] Update IPv6 connectivity test in workflow to ping local address fd00::1 instead of google.com --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 98439e1..af6f49b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -28,4 +28,4 @@ jobs: - name: show ip route run: ip -6 route - name: Test IPv6 connectivity - run: ping6 -c 3 google.com || echo "IPv6 not working on runner" \ No newline at end of file + run: ping6 -c 3 fd00::1 || echo "IPv6 not working on runner" \ No newline at end of file