ehco

Network relay tool for forwarding TCP/UDP traffic between hosts

brewmacoslinux
Try with needOr install directly
Source

About

Network relay tool and a typo :)

Commands

ehco

Examples

Forward local port 8080 to remote server port 80$ ehco -l 0.0.0.0:8080 -r example.com:80
Create a UDP relay on port 5353$ ehco -l 0.0.0.0:5353 -r 8.8.8.8:53 -p udp
Run relay with verbose logging$ ehco -l 127.0.0.1:9000 -r backend.local:3000 -d