Honestly, Chrome’s built-in Proxy server settings are kinda trash. I always end up using the command line for this stuff.
On Windows, run:
`netsh winhttp set proxy your-proxy:port`
This sets it system-wide, so Chrome will follow. Don’t forget to reset it (`netsh winhttp reset proxy`) when you’re done!
On Windows, run:
`netsh winhttp set proxy your-proxy:port`
This sets it system-wide, so Chrome will follow. Don’t forget to reset it (`netsh winhttp reset proxy`) when you’re done!
