readme added

master
bvn13 2020-04-15 19:25:59 +03:00
parent a5bf92979a
commit 6556b116ec
1 changed files with 7 additions and 0 deletions

7
README.md 100644
View File

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