socks-lib

Crates.iosocks-lib
lib.rssocks-lib
version0.1.0
sourcesrc
created_at2024-11-12 09:19:48.46334
updated_at2024-11-12 09:19:48.46334
descriptionA library compliant with the SOCKS protocol standard
homepage
repositoryhttps://github.com/ombrac/socks-lib
max_upload_size
id1444692
size50,094
(ioaths)

documentation

README

SOCKS

SOCKS Protocol Library in Rust

Example

SOCKS5 simple server

cargo run --example transparent

Usage

[dependencies]
socks = { git = "https://github.com/ombrac/socks.git" }

Protocol Specification

RFC 1928: SOCKS Protocol Version 5

License

Licensed under the Apache-2.0 License.

Commit count: 5

cargo fmt