tokio-socks

Asynchronous SOCKS proxy support for Rust.
Features
- [x]
CONNECT
command
- [x]
BIND
command
- [ ]
ASSOCIATE
command
- [x] Username/password authentication
- [ ] GSSAPI authentication
- [ ] Asynchronous DNS resolution
- [X] Chain proxies (see example)
- [ ] SOCKS4
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments