tokio-socks 0.5.1

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 (see example)
  • SOCKS4

License

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

Acknowledgments