Crate async_socks5

source ·
Expand description

An async/.await SOCKS5 implementation.

Structs§

  • Required for a username + password authentication.
  • A UDP socket that sends packets through a proxy.
  • A listener that accepts TCP connections through a proxy.

Enums§

Functions§

  • Proxifies a TCP connection. Performs the CONNECT command under the hood.

Type Aliases§

  • The library’s Result type alias.