redir

TCP port redirector for UNIX - forwards connections between ports

brewmacoslinux
Try with needOr install directly
Source

About

TCP port redirector for UNIX

Commands

redir

Examples

Redirect local port 8080 to remote host on port 80$ redir :8080 example.com:80
Redirect port 2222 to localhost SSH port 22$ redir :2222 localhost:22
Redirect with specific bind address on port 3306$ redir 127.0.0.1:3306 database.server.com:3306