Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 250 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 250 Bytes

gProxy

Simple multi-use TCP proxy written in golang.

Usage

./gProxy -r [remote ip] (-l [local ip]) (-d)

-r: remote ip for the proxy to connect to
-l: local ip for the proxy to listen at (Optional)
-d: enables debug info (Optional)