Fine-grained relatively low-level asynchronized SOCKS5 server library based on tokio.
This crate is based on abstraction provided by crate socks5-proto. Check it out for more information.
Create a socks5_server::Server
and accept()
on it.
Check examples for usage examples.
GNU General Public License v3.0