Dear all, I'm using squid + squidguard in order to block porn, gambling,
agressive web sites -among others-. Now I want to deny hacking sites to
everybody from LAN but IP's 10.1.1.1. These are the relevant lines from
squidGuard.conf:
src red_local {
ip 10.1.1.0/24
}
src users_hacking {
ip 10.1.1.1. 10.1.1.2
acl {
users_hacking {
pass hacking !aggressive !porn !audio-video !warez !ads
!drugs !gambling !proxy !violence all
}
red_local {
pass !hacking !aggressive !porn !audio-video !warez !ads
!drugs !gambling !proxy !violence all
default {
pass none
redirect http://localhost/prohibit.html
}
}
But the hacking filter is applied to all the IP's....including 10.1.1.1
and 10.1.1.2. And I've restarted the squid service.
which could be the problem ???
Really thanks
alejandro
Received on Tue Jan 09 2007 - 11:26:34 MST
This archive was generated by hypermail pre-2.1.9 : Thu Feb 01 2007 - 12:00:01 MST