socks5-server 0.6.0

Relatively low-level asynchronized SOCKS5 server implementation based on tokio
Documentation
socks5-server-0.6.0 has been yanked.

socks5-server

This crate provides a relatively low-level asynchronized SOCKS5 server implementation based on tokio.

Version Documentation License

Check out crate socks5-proto for an implementation of SOCKS5 fundamental abstractions and async read / write functions.

Features

  • Fully asynchronized
  • Supports all SOCKS5 commands
    • CONNECT
    • BIND
    • ASSOCIATE
  • Customizable authentication

License

GNU General Public License v3.0