Hi Stephan,

Thanks for the help. Still no luck.

Images don't seem to be downloading properly and squid log doesn't have any entires with the conf file looking like this:

dbhome /usr/share/squidGuard-1.2.0/db
logdir /var/log/squidGuard

destination bl_audio-video {
       domainlist audio-video/domains
       urllist audio-video/urls
}

destination bl_porn {
    domainlist porn/domains
        urllist porn/urls
}

acl {

   default {
       block    !bl_audo-video  !bl_porn
   }
}

However, the old one does cache and log properly, it just won't block.


Stephan M. Ott wrote:


Well, of course you have to add the blacklists themselves...

F.ex. this should look like

dest bl_audio-video {
        urllist <URLLIST>
        domainlist <DOMAINLIST>
}
where URLLIST and DOMAINLIST mean the names of the files.

Without defining them, squidguard has nothing in his
"list-to-be-blocked" and therefore works fine, but without blocking
anything.

Also, defining "pass all" means that every request can pass the proxy
without being filtered.

Maybe you should replace it with something like

pass !bl_audio-video !bl_porn

HTH

Stephan






Reply via email to