4 releases (2 breaking)
0.10.1 | Apr 10, 2024 |
---|---|
0.10.0 | Aug 18, 2023 |
0.9.0 | Jul 10, 2023 |
0.8.3 | Jan 29, 2023 |
0.8.2 |
|
#1372 in Network programming
3,846 downloads per month
Used in tuic-client
63KB
1.5K
SLoC
socks5-server
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.
Features
- All protocol details defined in RFC 1928 are implemented
- Fully asynchronized
- Customizable authentication
Usage
Create a socks5_server::Server
and accept()
on it.
Check examples for usage examples.
License
GNU General Public License v3.0
Dependencies
~3–11MB
~108K SLoC