tokio-vmess
an Asynchronous proxy implement with http / socks5 in-bound and vmess out-bound, written in Rust and tokio
Run example
first, Fill out the nessary msg in src/main.rs
Then,
cargo run
Description
-
https://github.com/ylxdzsw/v2socks, which is a Multithreading Concurrency vmess proxy, and here rewrite it into an Asynchronous one
This program draws from the