dndx / phantun

Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs.
Apache License 2.0
1.66k stars 133 forks source link

chore(docker): use Debian as base image. #108

Closed dndx closed 1 year ago

dndx commented 1 year ago

Alpine has worse performance and musl does not work well with Rust libc version 3, use Debian instead.