zpzgone / tokio-socks

Asynchronous SOCKS proxy support for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Asynchronous SOCKS proxy support for Rust.

License:MIT License


Languages

Language:Rust 98.6%Language:Shell 1.4%