Skip to content

Instantly share code, notes, and snippets.

@ieaster1
Last active October 18, 2019 15:22
Show Gist options
  • Save ieaster1/668642c88211fa646f321b181db75004 to your computer and use it in GitHub Desktop.
Save ieaster1/668642c88211fa646f321b181db75004 to your computer and use it in GitHub Desktop.
Run Chrome instance for a SOCKS Proxy from Terminal on a Mac
sudo /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --proxy-server="socks5://localhost:5555" --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