Fine-grained relatively low-level asynchronized SOCKS5 server library based on tokio.
This repo includes two crates:
- socks5-server - Provides a fine-grained, relatively low-level asynchronized SOCKS5 server library based on tokio
- socks5-proto - Provides fundamental abstractions and async read / write functions for SOCKS5 protocol
Due to the long-term evolution, the implementation of the socks5 protocol varies greatly according to the requirements of different usage scenarios. Therefore, this library abstracts the socks5 protocol from a lower level so that it can be adapted to more usage scenarios.
GNU General Public License v3.0