Relatively low-level asynchronized SOCKS5 server library based on tokio.
This repo includes two crates:
- socks5-server - Provides a relatively low-level asynchronized SOCKS5 server implementation based on tokio
- socks5-proto - Provides fundamental abstractions and async read / write functions for SOCKS5 protocol
This project is used in TUIC. Check it out for more inspiration.
GNU General Public License v3.0