cargo install --git https://github.com/lollipopkit/fast-socks5
# Run server
rs5s --listen-addr 127.0.0.1:1337 password -u admin -p password
# Test it with cURL
curl -v --proxy socks5://admin:password@127.0.0.1:1337 https://ipapi.co/json/
Fast SOCKS5 client/server implementation written in Rust async/.await (with tokio)
RustMIT