#sock #firewall #proxy

socks-lib

A library compliant with the SOCKS protocol standard

1 unstable release

0.1.0 Nov 12, 2024

#2021 in Network programming

Download history 154/week @ 2024-11-11 73/week @ 2024-11-18 42/week @ 2024-11-25 78/week @ 2024-12-02 23/week @ 2024-12-09

223 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