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

https://github.com/rumpl/tcp-proxy

Simple tcp proxy in rust
https://github.com/rumpl/tcp-proxy

Last synced: over 1 year ago
JSON representation

Simple tcp proxy in rust

Awesome Lists containing this project

README

          

# TCP proxy

Simple TCP proxy written in rust with tokio::net.

Usage: `cargo run` or you can tell it what to proxy: `cargo run TARGET SOURCE`, this will start the proxy on SOURCE through TARGET.