Mr Crack wrote: > I want to block video site during office hours because connetion is > slow when some users view video sites... > here is my configuration but does not work > I want to limit using metacafe like video sites... during office hours > > acl all src 0.0.0.0/0.0.0.0 > acl lan src 192.168.0.0/255.255.255.0 > acl video dstdomain .metacafe.com > acl day97 time 09:00-17:00 > > http_access allow video !day95 > http_access allow lan > http_access deny all > > > Any help is highly appriciated... > > Shouldn't that be: acl day95 time 09:00-17:00 (You have day97)