Skip to content

Commit c17f341

Browse files
committed
add QUIC traffic SNI sniffering
Signed-off-by: yuguorui <yuguorui@pku.edu.cn>
1 parent 21f7dfe commit c17f341

File tree

8 files changed

+645
-111
lines changed

8 files changed

+645
-111
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
with:
1313
toolchain: stable
1414
target: x86_64-unknown-linux-musl
15+
# install musl-gcc
16+
- name: Install musl-gcc
17+
run: |
18+
sudo apt-get update
19+
sudo apt-get install -y musl-tools
1520
- name: make
1621
run: |
1722
make release=1 release

0 commit comments

Comments
 (0)