#sock #socks5-proxy #async #proxy #socks5 #building-block

socksv5

SOCKS v4a and v5 basic building blocks to build your own async SOCKS application

4 releases (2 breaking)

0.3.1 Dec 8, 2022
0.3.0 Jan 17, 2021
0.2.0 May 25, 2020
0.1.0 May 24, 2020

#481 in Asynchronous

Download history 60/week @ 2024-06-16 162/week @ 2024-06-23 120/week @ 2024-06-30 196/week @ 2024-07-07 84/week @ 2024-07-14 149/week @ 2024-07-21 163/week @ 2024-07-28 110/week @ 2024-08-04 492/week @ 2024-08-11 188/week @ 2024-08-18 271/week @ 2024-08-25 500/week @ 2024-09-01 342/week @ 2024-09-08 414/week @ 2024-09-15 267/week @ 2024-09-22 239/week @ 2024-09-29

1,369 downloads per month
Used in 10 crates (9 directly)

MIT/Apache

28KB
713 lines

socksv5

SOCKS v4a and v5 basic building blocks to build your own async SOCKS application. See examples/proxy for an example use case.

Futures

This library supports futures 0.3 async traits by default.

Tokio 1 async traits support can be enabled with the tokio feature. In that case, set default-features = false to avoid pulling in the futures crate.

TODO

  • Client-side message parsing.
  • Username/password and GSSAPI authentication methods.
  • Documentation.
  • Tests.
  • Sync API.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1–7MB
~53K SLoC