If I want to block porn sites with a redirect to a cgi that presents a shame on you
page but only wish to eliminate the irritation associated with banner ads, what would
I do in the acl section if I want this behavior for the same source group.
will the following work?
dest porn {
domainlist porn/domains
}
dest irritants {
domainlist ads/domains
}
src Folks {
1.2.0.0/16
}
acl {
Folks {
pass !irritants
redirect "http://somewhere.com/blank.gif"
}
default {
pass !porn all
redirect "http://another.com/YouSuckAndImLoggingIt.cgi?parmslist"
}
}
Hopefully, this would load the pages content (if it wasn't porn) and return the
blank.gif for all the banner ad site links.
Thanks,
--Robert