Skip to content

Instantly share code, notes, and snippets.

@mauricioprado00
Last active December 6, 2019 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauricioprado00/222a388590748f2a1c80fc9d95b97e8d to your computer and use it in GitHub Desktop.
Save mauricioprado00/222a388590748f2a1c80fc9d95b97e8d to your computer and use it in GitHub Desktop.
ssh http proxy
ssh -p33 -D8080 -q -C -N $1
/opt/google/chrome/chrome --profile-directory=Profile 3 --proxy-server=socks5://localhost:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment