#sock #firewall #proxy

socks-lib

A library compliant with the SOCKS protocol standard

1 unstable release

0.1.0 Nov 12, 2024

#2127 in Network programming

Download history 90/week @ 2024-11-06 105/week @ 2024-11-13 36/week @ 2024-11-20 62/week @ 2024-11-27 63/week @ 2024-12-04 38/week @ 2024-12-11 113/week @ 2024-12-18 46/week @ 2024-12-25 95/week @ 2025-01-01 13/week @ 2025-01-08

275 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