> -----Original Message-----
> From: Joe Newby
> Sent: Thursday, August 29, 2002 11:31 AM
> 
> I've got a really stupid question here.
> 
> I'd like to see if squidguard can block banner ads and replace them with
> something else, say a 1 x 1 gif.  There are other redirectors out there that
> will do that, but I'd prefer to use squidguard for that.

Sure. (Isn't everybody doing that?) That's one of the things I miss
most when I'm not behind squidGuard!

Here are the ads sections of my squidGuard.conf:

dest ads {
        domainlist              blacklists/ads/domains
        urllist         blacklists/ads/urls
        redirect                http://192.168.44.1/1x1.gif
        logfile         /usr/local/squidGuard/log/ads.log
}

dest adsexp {
        expressionlist  blacklists/ads/expressions
        redirect                http://192.168.44.1/1x1.gif
        logfile         /usr/local/squidGuard/log/adsexp.log
}

My ads/domains, ads/urls, and ads/expressions files are available
here: <http://home1.gte.net/res0pj61/squidguard/sg_ads.zip>

Hope that helps!

Rick

Reply via email to