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
- Host: GitHub
- URL: https://github.com/rumpl/tcp-proxy
- Owner: rumpl
- Created: 2019-10-28T17:33:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T14:58:33.000Z (over 6 years ago)
- Last Synced: 2025-01-24T23:14:43.750Z (over 1 year ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.