Aga selle kolmanda pildi peal olev
http://web.starman.ee/proxy.pac
sisaldab ju
Spoiler 
function FindProxyForURL(url, host)
{
if (isPlainHostName(host) ||
dnsDomainIs(host, "localhost") ||
dnsDomainIs(host, "starman.internal") ||
dnsDomainIs(host, ".ee") ||
dnsDomainIs(host, ".hanza.net") ||
dnsDomainIs(host, ".telehansa.net") ||
dnsDomainIs(host, ".version6.net") ||
dnsDomainIs(host, ".gmail.com") ||
dnsDomainIs(host, ".google.com") ||
dnsDomainIs(host, "ee.kernel.org") ||
dnsDomainIs(host, "ee.freebsd.org") ||
isInNet(host, "127.0.0.0", "255.0.0.0") ||
isInNet(host, "10.0.0.0", "255.0.0.0") ||
isInNet(host, "172.16.0.0", "255.240.0.0") ||
isInNet(host, "169.254.0.0", "255.255.0.0") ||
isInNet(host, "192.168.0.0", "255.255.0.0"))
return "DIRECT";
else if (isInNet(myIpAddress(), "62.65.248.0", "255.255.255.0") ||
isInNet(myIpAddress(), "62.65.249.0", "255.255.255.0"))
return "PROXY cache.starman.ee:8000;" +
"DIRECT";
else
return "PROXY cache.starman.ee:8000;" +
"DIRECT";
}
Kui proxy ei meeldi, ära siis kasuta.