Skip to content

Instantly share code, notes, and snippets.

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 jaytaylor/258143c1eedfc72322bcadc117f362e6 to your computer and use it in GitHub Desktop.
Save jaytaylor/258143c1eedfc72322bcadc117f362e6 to your computer and use it in GitHub Desktop.
Chromium proxy + skip all ssl validation
```bash
open -a /Applications/Chromium.app \--args --proxy-server=socks5://127.0.0.1:9999 --host-resolver-rules="MAP * 0.0.0.0 , EXCLUDE 127.0.0.1" --ignore-certificate-errors
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment