Re: [squid-users] blocking streaming audio?

From: Brent Clark <bclark@dont-contact.us>
Date: Wed, 12 Oct 2005 12:02:32 +0200

Kenn wrote:
> Is there a way to block Internet radio or streaming audio? A typical
> entry in my log looks like this:
> http://64.236.34.196/stream/1006
> and I'm not sure how to block it.
> Any suggestions GREATLY appreciated.
> Kenn

Hi Kenn

I use this ( My search blocking is based on the client):

## Stop multimedia downloads ##
acl useragent browser -i ^.*NSPlayer.*
acl useragent browser -i ^.*player.*
acl useragent browser -i ^.*Windows-Media-Player.*
acl useragentq rep_mime_type ^.*video.*
acl useragentq rep_mime_type ^.*audio.*
http_access deny useragent
http_access deny useragentq

HTH

Kind Regards
Brent Clark
Received on Wed Oct 12 2005 - 04:03:05 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Nov 01 2005 - 12:00:04 MST