mirror of
https://github.com/pradt2/always-online-stun.git
synced 2025-12-24 13:08:29 +08:00
Update ipv6-test.yml
This commit is contained in:
4
.github/workflows/ipv6-test.yml
vendored
4
.github/workflows/ipv6-test.yml
vendored
@@ -34,5 +34,7 @@ jobs:
|
||||
run: cat /sys/module/ipv6/parameters/disable
|
||||
- name: Run sysctl
|
||||
run: sysctl -a 2>/dev/null | grep disable_ipv6
|
||||
- name: Run ping
|
||||
- name: Run ping4
|
||||
run: ping -c 1 google.com
|
||||
- name: Run ping6
|
||||
run: ping6 -c 1 google.com
|
||||
|
||||
Reference in New Issue
Block a user