socksv5

Crates.iosocksv5
lib.rssocksv5
version0.3.1
sourcesrc
created_at2020-05-24 15:11:27.915646
updated_at2022-12-08 09:10:37.386633
descriptionSOCKS v4a and v5 basic building blocks to build your own async SOCKS application
homepage
repositoryhttps://github.com/alexkirsz/socksv5
max_upload_size
id245251
size38,521
Alex Kirszenberg (alexkirsz)

documentation

README

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.
Commit count: 38

cargo fmt