User Tools

Site Tools


howto:firefox-proxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howto:firefox-proxy [2025/08/14 15:09] Wulf Rajekhowto:firefox-proxy [2025/08/14 15:16] (current) Wulf Rajek
Line 39: Line 39:
 Further info: Further info:
 [[https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file|Mozilla Dev]] [[https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file|Mozilla Dev]]
 +
 +Chrome/Chromium:
 +These browsers use the system proxy settings and do not have a GUI option to set custom proxies. Proxies and bypass urls need to be set via command line:
 +<code>
 +--proxy-server="foopy:8080" --proxy-bypass-list="*.google.com;*foo.com;127.0.0.1:8080"
 +--proxy-pac-url="http://wpad/windows.pac"
 +</code>
howto/firefox-proxy.txt · Last modified: by Wulf Rajek