Re: [squid-users] [Fwd: Re: [Fwd: [linux-debutland] squidguard]]

From: deny <deny@dont-contact.us>
Date: Mon, 24 Feb 2003 17:54:24 -0500

> 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
Received on Mon Feb 24 2003 - 09:24:37 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:35 MST