Gary Hostetler wrote:
> 
> I'm trying to use my blocklist.txt
> 
> Here is my squid.conf
> 
> acl gator dstdomain www.gator.com gatorcme.gator.com
> 
>   http_access deny gator
>   acl to_block dstdomain "/usr/local/squid/blocklist.txt"
> 
>   http_access allow all
> 


Only defining the to_block acl is not sufficient. You also need to make
use of it in http_access to tell what Squid should do with the acl..

Regards
Henrik

Reply via email to