clone from github.com/sticnarf/tokio-socks
This commit is contained in:
27
README.md
27
README.md
@@ -1,3 +1,26 @@
|
||||
# another-tokio-socks
|
||||
# tokio-socks
|
||||
|
||||
Clone from: https://github.com/sticnarf/tokio-socks
|
||||
[](https://travis-ci.org/sticnarf/tokio-socks)
|
||||
[](https://crates.io/crates/tokio-socks)
|
||||
[](https://docs.rs/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](examples/chainproxy.rs))
|
||||
- [ ] SOCKS4
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
* [sfackler/rust-socks](https://github.com/sfackler/rust-socks)
|
||||
|
||||
Reference in New Issue
Block a user