Files
Archive/echo
2024-05-29 20:30:59 +02:00
..
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00
2024-05-24 20:29:35 +02:00
2024-05-24 20:29:35 +02:00
2024-03-05 02:32:38 -08:00
2024-03-05 02:32:38 -08:00

Ehco

ehco is a network relay tool and a typo :)

Go Report Card go.dev reference Docker Pulls

Quick Start

let's see some examples

relay all tcp traffic from 0.0.0.0:1234 to 0.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