My wpad.dat is like this:

function
FindProxyForURL(url, host)
{
        if (isPlainHostName(host))
                return "DIRECT";
        if (dnsDomainIs(host, "my.local.domain"))
                return "DIRECT";
        if (isInNet(host, "127.0.0.0", "255.255.255.0"))
                return "DIRECT";
        if (isResolvable(host))
                return "PROXY 192.168.0.1:8080; DIRECT";
        else
                return "DIRECT";
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/113201

Title:
  firefox spends lots of time hung

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to