socks-lib 0.1.2

A library compliant with the SOCKS protocol standard
Documentation

SOCKS

SOCKS Protocol Library in Rust

Example

SOCKS5 Connect Server

cargo run --example connect

SOCKS5 UDP Associate Server

cargo run --example associate

Usage

[dependencies]
socks-lib = { version = "*" }

Protocol Specification

RFC 1928: SOCKS Protocol Version 5

License

Licensed under the Apache-2.0 License.