>...
> >  acl blocked_ip_addresses dst 
> "/whatever_path/blocked_ip_addresses.txt"
> >  http access deny blocked_ip_addresses
> > 
> >  Put IP's only in the designated file.
> > 
> 
> Thanks for the mail. But why can't I put IPs and domain names in the 
> same file.
 

 Because domains are denoted with the another acl type 'dstdomain'
 You can combine them however with :
  
   http_access deny blocked_ip_addresses blocked_domains

 M.

Reply via email to