Crates.io | socks-lib |
lib.rs | socks-lib |
version | 0.1.0 |
source | src |
created_at | 2024-11-12 09:19:48.46334 |
updated_at | 2024-11-12 09:19:48.46334 |
description | A library compliant with the SOCKS protocol standard |
homepage | |
repository | https://github.com/ombrac/socks-lib |
max_upload_size | |
id | 1444692 |
size | 50,094 |
SOCKS Protocol Library in Rust
SOCKS5 simple server
cargo run --example transparent
[dependencies]
socks = { git = "https://github.com/ombrac/socks.git" }
RFC 1928: SOCKS Protocol Version 5
Licensed under the Apache-2.0 License.