Hi,
I am trying to block porn to all users except one group. The category porn is
filtering fine under default, however I cannot get the "techs" group to by pass
SquidGuard. My machine is 172.16.1.55 and it sill gets blocked and interestingly
enough, all machines on the cgi page are identified as 172.16.0.0 so I think this is
why my source group is not working. Here is my squidGuard.conf
logdir /usr/local/SquidGuard/log
dbhome /usr/local/squidGuard/db
src techs {
ip 172.16.1.55
}
dest porn {
domainlist porn/domains
urllist porn/urls
}
acl {
techs {
pass any
}
default {
pass !porn any
redirect
http://172.16.0.1/cgi-bin/squid/squidtester.cgi?clientaddr=%a&clientname=%n&clientuser=%i&clientgroup=%s&url=%u
}
}
Any help would be appreciated,
Thanks