Crate socksprox

source ·

Structs§

  • A super simple, feature-lacking async SOCKS5 server. Currently only supports the CONNECT command (TCP) and limited authentication (Username/Password). No authentication is also supported.
  • Simple wrapper around a SocksUser with a username / password.