5 releases
Uses new Rust 2024
0.1.4 | Mar 28, 2025 |
---|---|
0.1.3 | Mar 21, 2025 |
0.1.2 | Mar 21, 2025 |
0.1.1 | Mar 20, 2025 |
0.1.0 | Nov 12, 2024 |
#1545 in Network programming
248 downloads per month
Used in ombrac-client
40KB
880 lines
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.
Dependencies
~3–11MB
~101K SLoC