socks5-server

Crates.iosocks5-server
lib.rssocks5-server
version0.10.1
sourcesrc
created_at2022-05-01 04:01:43.655206
updated_at2024-04-10 15:24:28.684566
descriptionFine-grained relatively low-level asynchronized SOCKS5 server library based on tokio
homepage
repositoryhttps://github.com/EAimTY/socks5-server
max_upload_size
id578447
size48,288
(EAimTY)

documentation

README

socks5-server

Fine-grained relatively low-level asynchronized SOCKS5 server library based on tokio.

Version Documentation License

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

Commit count: 78

cargo fmt