General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
External Proxies
Posted by: Sanj
Date: January 02, 2001 10:17PM

Is it possible to use external proxies? If not can it be implemented in the next release.

Sanj

Options: ReplyQuote
RE: External Proxies
Posted by: Dennis Gurock
Date: January 05, 2001 04:26PM

Yes, kmeleon does support proxies. Here is the text from the kmeleon FAQ:

"K-Meleon does indeed support proxies, however their configuration isn't done through the program. The general rule of thumb is that if your proxy works with Mozilla it will work with K-Meleon. To get the proxies working edit the file C:\Program Files\K-Meleon\defaults\prefs\all.js (assuming installtion under C:\Program Files )



pref("network.proxy.http", "my_proxy_ip_addr");
pref("network.proxy.http_port", my_proxy_port);
pref("network.proxy.type", 1);
and replace my_proxy_ip_addr with your proxy server and my_proxy_port with the port your proxy server is running under.

If you have an automatic proxy look for



pref("network.proxy.autoconfig_url", "my_proxy_server");
pref("network.proxy.type", 1);
and replace my_proxy_server with the address of your automatic proxy server"

// Dennis

Options: ReplyQuote


K-Meleon forum is powered by Phorum.