Skip to content

Instantly share code, notes, and snippets.

@danielpereirabp
Created September 2, 2015 14:04
Show Gist options
  • Save danielpereirabp/adf93e3af1cf50183787 to your computer and use it in GitHub Desktop.
Save danielpereirabp/adf93e3af1cf50183787 to your computer and use it in GitHub Desktop.
Ubuntu Socks Proxy
ssh -L 8035:localhost:8035 [email protected]
export http_proxy=http://localhost:8035/ https_proxy=http://localhost:8035/
ssh -D 8080 [email protected]
export http_proxy=socks5://127.0.0.1:8080 https_proxy=socks5://127.0.0.1:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment