An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# tokio-socks5
socks5 server using tokio-rs

# Run example

```
cargo run --example main 127.0.0.1:8080
```