How to set Google Chrome custom proxy server settings independently from Internet Explorer proxy settings
How to set Google Chrome custom proxy server settings independently from Internet Explorer proxy settings
Google Chrome web browser by default uses the system wide proxy server settings. It does not have the user configurable settings to set it's own custom proxy server. That means whenever you change the proxy server settings in Chrome, you are actually changing the proxy settings for Internet Explorer too.
To configure Google Chrome web browser a custom proxy server settings, this is what you need to do:
Google Chrome program has a command switch "--proxy-server" where you can use it to assign a custom proxy server setting.
- Right click Google Chrome shortcut.
- Select "Properties".
- Append --proxy-server="proxy-server-IP:port-number" at the back of the Google Chrome command string in the "Target" box.
- If your proxy-server IP is "1.2.3.4" and the port number is "8080", then it should look like this:
<path-to-chrome.exe>\chrome.exe --proxy-server="1.2.3.4:8080". - Save it and now the shortcut can be use to run Chrome with a custom proxy server setting which is independent from the system wide proxy server setting.
--no-proxy-server
作者:Chuck Lu GitHub |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2020-06-10 Mediator Pattern中介者模式
2020-06-10 Domain events: design and implementation
2020-06-10 "ISerializable" should be implemented correctly
2019-06-10 sql server查询结果复制出来,没有换行(存进去的数据是换行的)