4 releases
Uses new Rust 2024
new 0.1.3 | Mar 21, 2025 |
---|---|
0.1.2 | Mar 21, 2025 |
0.1.1 | Mar 20, 2025 |
0.1.0 | Nov 12, 2024 |
#1890 in Network programming
795 downloads per month
Used in ombrac-client
41KB
917 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
~2–11MB
~101K SLoC