Certainly. The way to allow any destination is to use it in an acl in the
opposite sense of the way in which you block it. For instance:
pass bl_ok !bl_ads !bl_porn all
means allow the access if it is in bl_ok, or if it is not in bl_ads and not
in bl_porn, etc. So make a dst group with the url you want to pass and then
put that at the start of the acl list for the source group:
destination bl_ok {
urllist ok/urls
}
src super {
user wizard root
}
src adults {
user sam dave marsha
}
src kids {
user pam ted holly mike
}
time authtime {
weekly s 06:00 - 23:30
weekly a 07:00 - 23:59
weekly f 07:00 - 23:59
weekly mtwh 07:00 - 22:30
}
acl {
super {
pass bl_ok !bl_ads !bl_porn all
}
adults {
pass bl_ok !bl_notok !bl_ads !bl_adult !bl_aggressive !bl_drugs
!bl_gambling !bl_hacking !bl_porn !bl_violence !bl_warez all
}
kids within authtime {
pass bl_ok !bl_notok !bl_ads !bl_adult !bl_aggressive !bl_drugs
!bl_gambling !bl_hacking !bl_porn !bl_violence !bl_warez all
}
else {
pass none
}
default {
pass none
redirect
http://192.168.10.1/cgi-bin/squidGuard.cgi?clientaddr=%a&clientname=%n&clien
tuser=%i&clientgroup=%s&targetgroup=%t&url=%u
}
}
-----Original Message-----
From: Chris [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 10:37 AM
To: Morris Maynard
Subject: RE: Domian list problems
I do aplogise .. I just need to know how to allow a URL if SquidGauard does
not let it through.. I have a user who wants to register at a secure site
but squid guard will not allow that URL through.. Can I set up an "allow"
statement for that URL?
Chris
At 07:39 PM 5/13/2002 -0400, you wrote:
>I'm sorry, I think there are too many missing words in your post, I don't
>quite understand your request.
>
>-----Original Message-----
>From: Chris [mailto:[EMAIL PROTECTED]]
>Sent: Monday, May 13, 2002 5:59 PM
>To: Morris Maynard
>Subject: RE: Domian list problems
>
>
>Thanks alot your instructions worked perfectly... There is one more
>thing I need to know for right now, How do I allow a to pass if it is not
>in the "domain" or "url" list..example a user wants to register for a
>seminar on a secured server at a web site, also I want to MSN messaging and
>AOL instant messaging..Keep in mind I am oly blocking porn.. I do
>appreciate your kindness
>
>God bless you
>
>Chris
>At 02:10 PM 5/9/2002 -0400, you wrote:
> >from the command line, do
> >
> >squidGuard -C all
> >
> >then check the squidGuard.log file to make sure everything went OK.
>Finally,
> >do
> >squid -k HUP.
> >
> >-----Original Message-----
> >From: Chris [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, May 09, 2002 9:14 AM
> >To: [EMAIL PROTECTED]
> >Subject: Domian list problems
> >
> >
> >Hi, please help me, Suiq Guard works fine.. I am only blocking PORN.There
> >were 2 entries in the "domain" list in the PORN that were unnecessary.
> >amazon.com & weather.com I took those out and restarted squid.. It is
> >still blocking those 2 sites... So I then restarted the machine that
squid
> >is installed on, the problem still persisted, those 2 sites are
> >blocked..There must be a step that I am missing.. Can you please
enlighten
> >me.. I am very fond of this program and this is the only bug left that I
> >need to work out If I have inappropriately contacted you please excuse
me,
> >and if that is the case then please redirect me if possible..
> >
> >God bless you
> >
> >Chris