Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 790 Bytes

README_EN.md

File metadata and controls

23 lines (13 loc) · 790 Bytes

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