We were running a filter on redhat9 and have just moved to openBSD.
Everything seemed good until I noticed that squidGuard wasn't actually
redirecting anything.
Stripping the config file down works:
###
logdir /var/squid/logs/squidGuard/
dbhome /etc/squid/blacklists
acl {
default {
pass none
redirect http://gonowhere.com
}
}
###
stepping up to this fails:
###
logdir /var/squid/logs/squidGuard/
dbhome /etc/squid/blacklists
dest porn {
domainlist porn/domains
acl {
default {
pass !porn all
redirect http://gonowhere.com
}
}
###
Everything passes.
I've compiled against both db2 and db3, same results.
No errors in the log file. All the paths are correct and permissions all
look right.
m.