From 6556b116ec59f48dc929b11ce2d84e6a3d247bc0 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Wed, 15 Apr 2020 19:25:59 +0300 Subject: [PATCH] readme added --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..00e9ac1 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Simple port redirection (python) + +## Run + +``` python-console +python port-forward.py 0.0.0.0 13128 10.9.1.8 3128 +```