Skip to content

Instantly share code, notes, and snippets.

@shivai
Last active July 6, 2019 11:05
Show Gist options
  • Save shivai/e5174063db59343d50a46ac0167e3f55 to your computer and use it in GitHub Desktop.
Save shivai/e5174063db59343d50a46ac0167e3f55 to your computer and use it in GitHub Desktop.

Python Proxy

run it on a server that have internet access:

python proxy.py --hostname 0.0.0.0

Then connect to another server that don't have internet access and run it:

export http_proxy=http://serverip:8899
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment