sahandevs / socks5-server

Asynchronized SOCKS5 server library based on tokio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Asynchronized SOCKS5 server library based on tokio

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%