Hi guys,
 
I'm having trouble configuring squidguard. The program works fine, but it doesn't seem to include some rules from the .conf file.
 
The following is what's in my .conf file (It's only a tryout, so it's nothing fancy yet):

logdir /usr/local/squid/logs

dbhome /usr/local/squid/db

src grownups {

ip 192.168.0.2

}

src kids {

ip 192.168.0.3

}

dest werk {

domainlist /usr/local/squid/blacklists/domains

urllist /usr/local/squid/blacklists/urls

}

acl {

grownups {

pass all

}

kids {

pass !werk all

}

default {

pass none

redirect http://www.yahoo.com

}

The result is that anyone is allowed to surf to any website, while they shouldn't be able to reach the domains that are in the domainlist.

The program is working fine, because when i delete all list and src groups, and only put "pass none, redirect http://www.yahoo.com " in, everything is indeed redirected to yahoo.

I hope someone can help me.

Thanks

 

  • Squidguard Patrick \"The Great Unclean One\" Lankhorst
    • Patrick \"The Great Unclean One\" Lankhorst

Reply via email to