Here's a teeny sample squidguard.conf file that will
do what you want. Assume a user named some_user:


src some_user {
   ip 192.168.1.101
}

dest some_user {
  domainlist some_user
}

acl {
        some_user  {
                pass    some_user none
                redirect
http://127.0.0.1/cgi-bin/squidGuard.cgi?clientaddr=%a&clientname=%n&clientus
er=%i&clientgroup=%s&targetgroup=%t&url=%u
        }

        default {
                pass    none
                redirect
http://127.0.0.1/cgi-bin/squidGuard.cgi?clientaddr=%a&clientname=%n&clientus
er=%i&clientgroup=%s&targetgroup=%t&url=%u
        }

}

Hope this helps.



> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of sasa
> Sent: Wednesday, March 09, 2005 3:36 PM
> To: C. Falconer
> Cc: [email protected]
> Subject: Re: src ip and web site
>
>
> "C. Falconer" wrote:
>
> >named domains and urls, and inside put the domain names and
> urls you want to
> >block. Always leave "www." off the front of all domain names.
>
> ..I don't want to indicate the web site to stop but the web
> site to allow for every client.
> Sorry if I don't understand your indication and sorry if I
> haven't not been clear.
> still thanks.
>
>         Salvatore.
>

Reply via email to