tokio-socks 0.3.0

Asynchronous SOCKS proxy support for Rust.
Documentation

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
  • SOCKS4

License

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

Acknowledgments