Skip to content

Commit

Permalink
chore: support ipv6
Browse files Browse the repository at this point in the history
Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Mar 16, 2024
1 parent 2c5a37c commit c1a0228
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,16 +290,15 @@ jobs:
- name: checkout
uses: actions/checkout@v1

# - name: Set up WARP
# uses: fscarmen/[email protected]
# with:
# stack: dual
- name: Set up WARP
uses: fscarmen/[email protected]
with:
stack: dual

- name: update /etc/hosts
- name: testing ipv6 for command
run: |
sed 's/^::1\s\s*localhost\s\(.*\)/::1 \1/' /etc/hosts > /tmp/hosts.temp
cp /tmp/hosts.temp /etc/hosts
rm /tmp/hosts.temp
curl -m 9 --ipv6 --verbose https://google.com
ping6 2402:1f00:8000:800::2628 -c 4
- name: testing ipv6
uses: ./
Expand Down

0 comments on commit c1a0228

Please sign in to comment.