Hi,
I'm using a acl like this:
acl {
exceptips {
pass all
}
default {
pass allowcustom
pass none
redirect http://...
}
}
This allows SquidGuard to only allow sites in a list, and block all
others. Why I'd like to do this? Don't ask :-) This works VERY well! I
have only one problem: I cannot log the blocked sites, because there is no
"dest" declared for the "pass none" line. Is there any way to log these?
I supose the problem is exactly like someone wanting to log all sites that
go through "pass all".
SquidGuard is great BTW!
Lawrence