Jump to content

Can some help me with changing the proxy settings for the following ap


Recommended Posts


For Firefox, I use the following batch to set a configuration script:

IF NOT exists "%PROGRAMFILES%\mozilla Firefox"\defaults\pref\firefox.js echo didnt find config.file && pause && exit
echo pref("network.proxy.autoconfig_url","http://www.mydomain.de/proxy.pl" ); >> "%PROGRAMFILES%\mozilla firefox"\defaults\pref\firefox.js
echo pref("network.proxy.type",2); >> "%PROGRAMFILES%\mozilla firefox"\defaults\pref\firefox.js
exit

To make an adequate script, just make the settings in firefox and have a look, which lines are added to the prefs.js file.

Should be very similar for netscape, but we don't use it in the institute, I'm working in, anymore.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...