mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
790 B
790 B
Ehco
ehco is a network relay tool and a typo :)
Quick Start
let's see some examples
relay all tcp traffic from
0.0.0.0:1234to0.0.0.0:5201
ehco -l 0.0.0.0:1234 -r 0.0.0.0:5201
also relay udp traffic to
0.0.0.0:5201
ehco -l 0.0.0.0:1234 -r 0.0.0.0:5201 -ur 0.0.0.0:5201
Advanced Usage
TBD, for now, you can see more examples in ReadmeCN