I've had squidguard installed for about a day now.  I'm still struggling 
getting it working correctly though.  I am able to match expressions to 
filter out, but my url and domain lists are not working as planned.  The 
relevant sections of the config files are as follows....

------squidguard.conf------
src bannedsource {
        iplist bannedsource/ips
}

dest porn {
        domainlist porn/domains
        urllist porn/urls
        expressionlist porn/expressions
}

dest hacking {
        domainlist hacking/domains
        urllist hacking/urls
}

acl {
        bannedsource {
                pass !hacking !porn all
                redirect http://127.0.0.1/squid
        }
}

All the referenced files exist and are as per default.  I have added 
2600.com to hacking/domains and |porn to porn/expressions.  For some 
reason it's blocking www.porn.com perfectly when "porn" is denied in 
porn/expressions, but it's not blocking 2600.com despite it being listed 
in hacking/domains.  Can anyone suggest why it's not blocking domainlist 
and urllist (which I assume is the problem).  TIA.

Andy
-- 
Building a community network for Bristol
http://consume.andylaurence.co.uk - updated 02/07
4x4 in town - bog brush for your teeth
NB: Alternate E-Mail - andylaurence at yahoo dot co dot uk

Reply via email to