/socks5-server

Asynchronized SOCKS5 server library based on tokio

Primary LanguageRustGNU General Public License v3.0GPL-3.0

socks5-server

Relatively low-level asynchronized SOCKS5 server library based on tokio.

This repo includes two crates:

  • socks5-server - Provides a relatively low-level asynchronized SOCKS5 server implementation based on tokio
  • socks5-proto - Provides fundamental abstractions and async read / write functions for SOCKS5 protocol

This project is used in TUIC. Check it out for more inspiration.

License

GNU General Public License v3.0