https://github.com/forfd8960/tcp-proxy
A Simple TCP Proxy with Rust
https://github.com/forfd8960/tcp-proxy
Last synced: 2 months ago
JSON representation
A Simple TCP Proxy with Rust
- Host: GitHub
- URL: https://github.com/forfd8960/tcp-proxy
- Owner: forfd8960
- License: mit
- Created: 2024-10-22T01:53:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T14:24:32.000Z (7 months ago)
- Last Synced: 2024-10-24T14:47:44.809Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tcp-proxy
## Run Proxy
```sh
listening on: localhost:8686
proxy tcp to: localhost:8888
proxy tcp to: localhost:8888
copy 235 from Ok([::1]:8686)
copy 211 from Ok(127.0.0.1:64559) to Ok([::1]:8686)
done proxy
```