Hello Francesco,
Hello,
can you do a grep "emergency" of your squidguard log file ?
On the squidguard site, in the faq section, is reported to debug squidguard
in this mode:
echo "http://foo/bar 10.0.0.1/- - GET" | /usr/local/bin/squidGuard -c
/tmp/test.cfg -d
This redirects the log to stderr. The response is either a blank line (pass
on) or a the input with the URL part rewritten (redirect).
So what do you get if you try with this ?
echo "a_url_from_your_kineska_dest_blocked_site_db
an_ip_from_your_kineska_source_filtered_ip/- - GET" |
/usr/local/bin/squidGuard -c your_config_file -d
Bye
Francesco