On mån, 2008-04-28 at 16:32 +0100, Jorge Bastos wrote:
> For example for my local network 192.168.1.0/24
> 
> acl all_cache src 192.168.1.0/24
> no_cache deny all_cache

Correct syntax is

cache deny all_cache

(no_cache was renamed to cache in 2.6)

Reply via email to