[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Proxy configuration



I am running on a LAN behind a firewall that connects me to the
internet. For opera and mozilla I select Automatic Proxy Configration
with a spesific adress of http://www.xxx.xx.xx/zzzzz.pac
How can I make Debian to use this for autoconfiguration and even
futhermore, how can I let KDE recognize this configuration for
webbrowsing. My kde (2.2 and 3.0/1) just don't want to do this
automatically. Can anybody please help me. Here is file zzzzz.pac's
layout.

Regards
Tinus

function FindProxyForURL(url, host)
{
 if (isPlainHostName(host) || dnsDomainIs(host, ".sun.ac.za") ||
isInNet(host, "146.232.0.0" , "255.255.0.0"))
    { return "DIRECT"; }
 else if ( dnsDomainIs(host, ".uct.ac.za"))
    { return "DIRECT"; }
 else if ( dnsDomainIs(host, ".pentech.ac.za"))
    { return "DIRECT"; }
 else if ( dnsDomainIs(host, ".ctech.ac.za"))
    { return "DIRECT"; }
<snip>.....................
 else if ( dnsDomainIs(host, ".sabinet.co.za"))
    { return "PROXY lib-proxy.sun.ac.za:3128"; }
 else if ( dnsDomainIs(host, ".aps.org"))
<snip>.....................



Reply to: