Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 179 Bytes

File metadata and controls

12 lines (7 loc) · 179 Bytes

go-tcpproxy

simple tcp proxy server

Quick start

$ ./script.sh build

$ tcpproxy start --lport <local listen port> --raddr <remote addr> --rport <remote port>