Skip to content

Commit

Permalink
🐛 Fix DoH/DoH3 not supporting pure IPv6 addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyish committed Oct 9, 2024
1 parent 55c9f6b commit 6db7629
Show file tree
Hide file tree
Showing 5 changed files with 601 additions and 529 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
env:
USE_CROSS: ${{ matrix.os == 'ubuntu-latest' }}

- name: Setup upterm session for debugging
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
limit-access-to-actor: true
wait-timeout-minutes: 5

cleanliness:
name: cleanliness ${{ matrix.target }}
strategy:
Expand Down
Loading

0 comments on commit 6db7629

Please sign in to comment.