Skip to content

Commit

Permalink
Add compression program to mimic-dkms' Recommends
Browse files Browse the repository at this point in the history
linux-image-cloud uses LZ4 encryption whose CLI is not usually installed, causing DKMS build failure. Install tools for all possible kernel encryption algorithm by default just in case.
  • Loading branch information
hack3ric committed Sep 3, 2024
1 parent 8e03b03 commit a98b0db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ Depends:
${shlibs:Depends},
binutils,
pahole
Recommends:
gzip,
xz,
bzip2,
lzma,
lzop,
lz4,
zstd
Description: eBPF UDP -> TCP obfuscator
Mimic is an experimental UDP to TCP obfuscator designed to bypass UDP
QoS and port blocking. Based on eBPF, it directly mangles data inside
Expand Down

0 comments on commit a98b0db

Please sign in to comment.