Hi
I have install squidGuard on my debian(sarge) from apt-get install which is version 1.2.0-5 and copy the blacklist for the official site of squidGuard project. Now it doesn't seems to block anything. The only installation process i skip is re-build black list as I think it might take hours. Below are my squid.conf & squidGuard.conf:
squid.conf
-----------------
http_port 192.168.50.254:8080
cache_peer proxy1.mel.connect.com.au parent 8080 3130
cache_peer proxy2.mel.connect.com.au parent 8080 3130
cache_peer proxy.syd.connect.com.au parent 8080 3130 no-query default
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
/usr/bin/squidGuard -c /etc/squid/squidGuard.conf
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl ournet src 192.168.8.0/255.255.255.0
acl SSL_ports port 443 563
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443 563
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl Safe_ports port 22
acl Internet_Access_Ban src 192.168.50.85/255.255.255.255
acl Porn_Site url_regex
www.oxpass.com trailers3.bangbros.com
http_access allow manager localhost
http_access deny manager
http_access deny Internet_Access_Ban
http_access deny Porn_Site
http_access allow Safe_ports
http_access allow ournet
icp_access allow all
cache_effective_group proxy
cache_effective_user proxy
squidGuard.conf
-------------
dbhome /var/lib/squidguard/db
logdir /var/log/squidguard
time workhours {
weekly mtwhf 08:00 - 16:30
date *-*-01 08:00 - 16:30
}
dest good {
}
dest local {
}
dest porn{
domainlist porn/domains
urllist porn/urls
}
acl {
default {
pass !porn all
redirect
http://www.google.com
}
}
===============my log file on squidguard========
2006-03-17 15:28:20 [26792] squidGuard 1.2.0 started (1142569695.598)
2006-03-17 15:28:20 [26792] recalculating alarm in 3700 seconds
2006-03-17 15:28:20 [26792] squidGuard ready for requests (1142569700.971)
2006-03-17 15:46:28 [27328] squidGuard 1.2.0 started (1142570783.089)
2006-03-17 15:46:28 [27328] recalculating alarm in 2612 seconds
2006-03-17 15:46:28 [27328] squidGuard ready for requests (1142570788.361)
===========================
thx in advance