Crates.io | socks5-server |
lib.rs | socks5-server |
version | 0.10.1 |
source | src |
created_at | 2022-05-01 04:01:43.655206 |
updated_at | 2024-04-10 15:24:28.684566 |
description | Fine-grained relatively low-level asynchronized SOCKS5 server library based on tokio |
homepage | |
repository | https://github.com/EAimTY/socks5-server |
max_upload_size | |
id | 578447 |
size | 48,288 |
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