i'm trying to open a web, but my squid is blocking that url, in squid.conf, i have this
acl neverallow url_regex -i "/usr/local/squid/etc/blacklist/neverallow"
http_access deny neverallow
if i comment the http_access line, i'm able to open the url, so, i open the file looking for the domain name, or something that looks like the url i'm trying to open, but, couldn't find nothing with my own eyes, so, i'm not an expert in linux, and i don't know how to google this, my question is, is there a way that i can manually( a command, program, etc.) test the url i'm trying to open with the ones saved in the file and know which one is the match??
I'm using Debian 6
