1 unstable release

0.1.0 Nov 21, 2021

#21 in #socks5

MIT license

14KB
299 lines

Socken5

GitHub license

An incomplete Rust library for the socks5 protocol.

Supported Address types:

Method

Supported:

  • No authentication
  • Username/Password authentication
  • Custom methods

Unsupported:

Command

Supported:

  • Connect

Unsupported:

  • Bind
  • Udp associate

lib.rs:

Socks5 protocol structure

Socken5 provides an incomplete protocol structure for the socks5 protocol.

Usage

[dependencies]
socken5 = "0.1.0"

Dependencies

~3–12MB
~118K SLoC