blob: 890abcf1a84915120fb1bda1745b64e85f254648 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# 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)
|