mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
24 lines
790 B
Markdown
24 lines
790 B
Markdown
# Ehco
|
|
|
|
ehco is a network relay tool and a typo :)
|
|
|
|
[](https://goreportcard.com/report/github.com/Ehco1996/ehco)
|
|
[](https://pkg.go.dev/github.com/Ehco1996/ehco)
|
|
[](https://hub.docker.com/r/ehco1996/ehco)
|
|
|
|
## 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](README.md)
|