Hi i have squid with squidguard up and running.
the client is able to surf the net using that config, the funny thing is, that for example www.google.at gets blocked by squid guard. i tried some other ips from the blacklist and they are blocked and some other normal urls or ips get passed. my question is there another better blacklist somewhere around? it not comfortable that google.at gets blocked thanks marco My squidguard config looks like that ------------------------------------------- dbhome /etc/squid/blacklists logdir /var/log/squid dest porn { domainlist porn/domains urllist porn/urls } acl { default { pass !porn all redirect http://www.test.dev/cgi-bin/blocked.pl?clientaddr=%a&clientname=%n&clientuse r=%i&clientgroup=%s&url=%u } }