https://github.com/kingluo/tokio-socks5
socks5 server using tokio-rs async/await
https://github.com/kingluo/tokio-socks5
async-await rust socks5-server tokio-rs
Last synced: 15 days ago
JSON representation
socks5 server using tokio-rs async/await
- Host: GitHub
- URL: https://github.com/kingluo/tokio-socks5
- Owner: kingluo
- License: apache-2.0
- Created: 2019-05-26T13:43:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T13:16:38.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T09:11:33.572Z (about 1 month ago)
- Topics: async-await, rust, socks5-server, tokio-rs
- Language: Rust
- Size: 15.6 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tokio-socks5
socks5 server using tokio-rs# Run example
```
cargo run --example main 127.0.0.1:8080
```