firefox proxy settings via command line

后端 未结 19 2131
闹比i
闹比i 2020-12-02 18:20

How do I change Firefox Proxy settings via command line on windows xp/2k?

Thanks

19条回答
  •  广开言路
    2020-12-02 19:03

    You can easily launch Firefox from the command line with a proxy server using the -proxy-server option.

    This works on Mac, Windows and Linux.

    path_to_firefox/firefox.exe -proxy-server %proxy_URL%

    Mac Example:

    /Applications/Firefox.app/Contents/MacOS/firefox -proxy-server proxy.example.com

提交回复
热议问题