Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Workaround to have a Standalone proxy settings for Chrome [closed]

I did a search in google and also in this forum. But I could not see any useful information.

Now, I use both IE for Work VPN and Chrome for personal activities and need to use different proxy settings.

Google Chrome doesn't have its own Network Settings. It uses the settings provided by your Operating System, so they will always be the same as IE.

So the question is Whether we can have any possible workaround to overcome this and have a standalone proxies for both the browsers, rather than a shared one?

like image 455
SriniV Avatar asked Feb 26 '14 06:02

SriniV


1 Answers

Chrome can use its own proxy setting but this function is hidden from UI.

To do this, you'll have to set up a shortcut in the desktop first (or actually use one that you already have), and then adjust target of the shortcut.

  1. Go to the shortcut you use to open Google Chrome.
  2. Right-click the shortcut and select Properties.
  3. To use a different proxy server, go to the Target text box. Go to the end of the text, add a space and input the following: --proxy-server="ipaddress:port"

enter image description here

So if your proxy has IP 192.168.1.5 and uses port 8080 you should add something like this --proxy-server="192.168.1.5:8080" to the end. Make sure to include the quotes.

like image 188
Bogdan K Avatar answered Nov 15 '22 19:11

Bogdan K