Skip to content

EAimTY/socks5-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socks5-server

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

Version Documentation License

This repo includes two crates:

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

Due to the long-term evolution, the implementation of the socks5 protocol varies greatly according to the requirements of different usage scenarios. Therefore, this library abstracts the socks5 protocol from a lower level so that it can be adapted to more usage scenarios.

License

GNU General Public License v3.0

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages