deploy(debug)

This commit is contained in:
2025-11-27 17:47:02 +01:00
parent 7fc1a58c3f
commit 2ceadbd287

View File

@@ -0,0 +1,18 @@
name: IPv6-test
run-name: Test IPv6 connectivity
on:
workflow_dispatch:
jobs:
ipv6:
runs-on: ubuntu-latest
steps:
- name: Show network
run: |
ip -6 addr
ip -6 route
- name: Ping IPv6 server
run: |
ping6 -c 3 2a01:e0a:bfe:a8a0::205 || true