tokio-socks

Crates.iotokio-socks
lib.rstokio-socks
version0.5.1
sourcesrc
created_at2019-01-30 12:06:58.956535
updated_at2020-12-26 15:16:01.821572
descriptionAsynchronous SOCKS proxy support for Rust.
homepagehttps://github.com/sticnarf/tokio-socks
repositoryhttps://github.com/sticnarf/tokio-socks
max_upload_size
id111584
size68,165
Yilin Chen (sticnarf)

documentation

https://docs.rs/tokio-socks

README

tokio-socks

Build Status Crates Version docs

Asynchronous SOCKS proxy support for Rust.

Features

  • CONNECT command
  • BIND command
  • ASSOCIATE command
  • Username/password authentication
  • GSSAPI authentication
  • Asynchronous DNS resolution
  • Chain proxies (see example)
  • SOCKS4

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Commit count: 90

cargo fmt