i want to block audio & video blocking through squid... lots of people surf on to youtube & dhingana & millions of other sites which chokes the complete network ....
i tried this but doesnt work... please tell me where i was wrong, do i need to add something in mime.conf acl y-type rep_mime_type video/flv acl y-type rep_mime_type ^.*mms.* acl y-type rep_mime_type ^.*ms-hdr.* acl y-type rep_mime_type ^.*x-fcs.* acl y-type rep_mime_type ^.*x-ms-asf.* acl z-type rep_mime_type -i video/flv acl z-type rep_mime_type -i ^application/x-shockwave-flash$ acl x-type req_mime_type -i ^application/octet-stream$ acl x-type req_mime_type -i application/octet-stream acl x-type req_mime_type -i ^application/x-mplayer2$ acl x-type req_mime_type -i application/x-mplayer2 acl x-type req_mime_type -i ^application/x-oleobject$ acl x-type req_mime_type -i application/x-oleobject acl x-type req_mime_type -i application/x-pncmd acl x-type req_mime_type -i ^video/x-ms-asf$ http_access deny x-type all http_access deny y-type http_access deny z-type http_reply_access deny x-type all
