py-proxy/README.md

8 lines
118 B
Markdown
Raw Permalink Normal View History

2020-04-15 19:25:59 +03:00
# Simple port redirection (python)
## Run
``` python-console
python port-forward.py 0.0.0.0 13128 10.9.1.8 3128
```