Re: [squid-users] Streaming control

From: Chris Robertson <crobertson_at_gci.net>
Date: Thu, 24 Jul 2008 12:15:01 -0800

Tarak Ranjan wrote:
>> -----Original Message-----
>> From: Tarak Ranjan [mailto:contacttrm_at_yahoo.co.in]
>> Sent: Friday, July 18, 2008 9:33 AM
>> To: Squid
>> Subject: [squid-users] Streaming control
>>
>> Hi List,
>> i have blocked all audio/ video streaming in my
>> squid server but i want
>> to enable certain site like myvideo.com to receive
>> streaming from , what
>> sort ACL i have to write. only from myvideo.com rest
>> of all streaming
>> will be deny. is it possible to do , if so then can
>> anyone help me to do
>> that...
>>
>> /\
>> Tarak
>>
>
> Hi ,
> below is the code
> acl media_files rep_mime_type -i ^audio/ ^video/
> http_access deny media_files
>

Does this actually work? An http_access (request) deny associated with
a reply mime type acl? Interesting. Well, assuming it does work...

acl myvideo dstdomain .myvideo.com
acl media_files rep_mime_type -i ^audio/ ^video/
http_access deny media_files !myvideo

...would only deny media files if they are not requested from a site in
the .myvideo.com domain.

Chris
Received on Thu Jul 24 2008 - 20:15:13 MDT

This archive was generated by hypermail 2.2.0 : Fri Jul 25 2008 - 12:00:02 MDT