sorz / moproxy

A transparent TCP to SOCKSv5/HTTP proxy on Linux written in Rust.
MIT License
223 stars 35 forks source link

Add support target release `x86_64-unknown-linux-musl` #20

Closed tperale closed 1 year ago

tperale commented 1 year ago

By default rust build moproxy using glibc. This target is useful for alpine based docker container for instance to directly download moproxy without having to build it, alpine use musl by default.