> I think squidguard's homepage is enough for you. Try:
> 
> http://www.squidguard.org/config/examples/03.conf
> 
>

OK i've tried ,thanks 
just two question 

first in this exemple i read 

dbhome /usr/local/squidGuard/db

how can i make a dbfile ? 
can i have an example for a list of urls blocked in a dbfile ? 


second i want to authorize for a range of ip and deny for all 
so i put 

src privileged {
    ip     192.168.0.1 192.168.03  # single clients
    
                                          # AND
    domain deny.com                      # foo.bar. and *.foo.bar.
}

acl {
    privileged {
        pass all
    }

    default {
        pass none
        redirect http://www.deny.com
    }
}

is that a good solution ? 

thanks

Reply via email to