Skip to content

Instantly share code, notes, and snippets.

@agail
Created August 4, 2021 20:51
Show Gist options
  • Save agail/64ee3ed1d56e33cbf3fb217a4b4bc593 to your computer and use it in GitHub Desktop.
Save agail/64ee3ed1d56e33cbf3fb217a4b4bc593 to your computer and use it in GitHub Desktop.
Load local proxy.pac file chrome/chromium
chrome|chromium --proxy-pac-url='data:application/x-javascript-config;base64,'$(base64 -w0 /path/to/local/proxy.pac)

source: https://superuser.com/a/1596133
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment