From ce005d31dbb5ba3bdb6155d3affd9208a134e031 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Wed, 15 Jul 2020 20:34:46 +0200 Subject: Release --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..890abcf --- /dev/null +++ b/README.md @@ -0,0 +1,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) -- cgit 1.4.1