Hi
I configure squid to work with squidGuard , and all thing work properly , but there is problem
first look to this squidGuard.conf
dhhome /usr/local/squidGuard/db
logdir /usr/local/squidGuard/log
src blacklist {
ip 10.0.0.5
}
acl {
default {
redirect
http://localhost/warning.html
}
}
##########
problem is , any client in 10.0.0.0/24 also redirect to
http://localhost/warning.html, why?
also if i want to redirect 10.0.0.6 to another web page how can i do that?