Privoxy 3.0.22 unresponsive?

Sebastian Müller <[email protected]> Sun, 08 Sep 2013 00:29:07 +0200
Newsgroups gmane.comp.web.privoxy.devel
Message-ID <[email protected]>
Hi list members,


I am running in a little trouble and I need some help tracking down the 
trigger which brings my wpad to fail.

I am using WPAD by DHCP on my router. And somehow during the day, my 
connection gets randomly unfiltered, while Privoxy is still running.

For me, eigther Firefox is failing or privoxy is getting unresponsive 
somehow.

Any ideas how to track this down?

Here is a quote of my wpad.dat:

function FindProxyForURL(url, host) {
//Wenn "lan" oder keine TLD, return ohne Proxy
if (dnsDomainIs(host, "lan") || dnsDomainLevels(host) == 0) {
  return "DIRECT";
}
// URLs innerhalb dieses Netzwerkes werden direkt verbunden
// ACHTUNG: Nameserver Abfrage!! - darum erst auf Syntax prüfen
if (shExpMatch(host, "/^\d+\.\d+\.\d+\.\d+$/g")) {
  if (isInNet(dnsResolve(host), "10.0.0.0", "255.0.0.0")) {
   alert("local");
   return "DIRECT";
  }
}

// HTTP/S Protokoll an privoxy
if (url.substring(0,4) == "http") {
  return "PROXY 10.20.30.33:8118; DIRECT";
}

// Rest, return direct.
alert ("Etwas lief schief");
return "DIRECT";

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk