#sock #firewall #proxy

socks-lib

A library compliant with the SOCKS protocol standard

1 unstable release

0.1.0 Nov 12, 2024

#14 in #socks

Download history 125/week @ 2024-11-08 93/week @ 2024-11-15 18/week @ 2024-11-22 83/week @ 2024-11-29 50/week @ 2024-12-06 43/week @ 2024-12-13 120/week @ 2024-12-20 23/week @ 2024-12-27 94/week @ 2025-01-03 12/week @ 2025-01-10 1/week @ 2025-01-17 2/week @ 2025-01-24 191/week @ 2025-01-31 548/week @ 2025-02-07

742 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.1–7.5MB
~50K SLoC