[squid-users] Mulitple src groups

From: John Yatsko Jr. <jyatsko@dont-contact.us>
Date: Mon, 22 Dec 2003 15:31:54 -0500

Hello,

I'm trying to add multiple src groups to my squidGuard. There are a couple
of things I am confused by.

In squid.conf I have the following lines:

acl myclients src 10.0.0.0/255.0.0.0
acl badclients src 10.0.1.31 10.0.10.3 10.0.10.4 10.0.10.5
http_access deny badclients
http_access allow myclients
http_access deny all

In what relation do these acl's have with squidguard? None?

Basically, I'm trying to set up 3 groups. One group that will be denied all
access (which I've done through squid, maybe I don't need to do it in
squidGuard), one group that will deny access to adult sites, and one group
that will only be allowed to access whitelist sites.

My current squidGuard.conf (which works for blocking adult sites) looks like
this:

logdir /usr/local/squidGuard/log
dbhome /usr/local/squidGuard/db

dest porn {
        domainlist porn/domains
        urllist porn/url
        logfile /usr/local/squid/logs/denied.log
}

acl {
        default {
                pass !porn all
                redirect

http://10.0.1.200/cgi-bin/squidGuard.cgi?clientaddr=%a&clientname=%n&clientuser=%i&clientgroup=%s&url=%u
                }
}

How do I go about setting up more than one src group in my squidGuard.conf?

Thank you,

John Yatsko, Jr.
Technology Assistant
Erie County Public Library
160 East Front St
Erie PA 16507
(814) 451-7307
Received on Mon Dec 22 2003 - 13:31:46 MST

This archive was generated by hypermail pre-2.1.9 : Thu Jan 01 2004 - 12:00:26 MST