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 +```