Skip to content

Instantly share code, notes, and snippets.

@eggman64
Created March 17, 2020 10:40
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 eggman64/218769860c78891dca48b03a9ad188a6 to your computer and use it in GitHub Desktop.
Save eggman64/218769860c78891dca48b03a9ad188a6 to your computer and use it in GitHub Desktop.
set up a socks5 proxy with ssh in chromium
#!/bin/bash
chromium --user-data-dir="$HOME/tmp/proxy" --proxy-server="socks5://127.0.0.1:8080" --proxy-bypass-list='<-loopback>' --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE localhost"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment