#sock #firewall #proxy

socks-lib

A library compliant with the SOCKS protocol standard

1 unstable release

0.1.0 Nov 12, 2024

#37 in #sock

Download history 73/week @ 2024-11-18 42/week @ 2024-11-25 78/week @ 2024-12-02 23/week @ 2024-12-09 105/week @ 2024-12-16 78/week @ 2024-12-23 79/week @ 2024-12-30 21/week @ 2025-01-06 8/week @ 2025-01-13 1/week @ 2025-01-20 3/week @ 2025-01-27 400/week @ 2025-02-03 591/week @ 2025-02-10 314/week @ 2025-02-17 285/week @ 2025-02-24 125/week @ 2025-03-03

1,318 downloads per month
Used in ombrac-client

Apache-2.0

21KB
410 lines

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.

Dependencies

~2.2–7.5MB
~50K SLoC