A lightweight and fast socks5 server written in Rust
Fully async I/O with Rust async-std!
Recommend to use it in a trusted network (e.g., with wireguard).
Support CONNECT
and UDP Associate
.
install Rust toolchain: click here to install Rust
bash
cargo install socks5-rs
bash
git clone git@github.com:WANG-lp/socks5-rs.git
cd socks5-rs
cargo build --release
./target/release/socks5-rs -h
```bash Socks5 server in Rust 1.0 Lipeng (wang.lp@outlook.com) A simple socks5 server
USAGE: socks5-rs [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-b, --bind
Example: ./target/release/socks5-rs -b 0.0.0.0 -p 8080