Re: [squid-users] Allowing youtube vidoe on single ip address

From: Chris Robertson <crobertson_at_gci.net>
Date: Tue, 27 Jan 2009 11:09:45 -0900

climax wrote:
> Hi,
>
> i am using squid as web proxy server. i have used acl to block all
> type of videos. When i comment the acl to block the videos file the video
> open on all the ip addresses but i want to open the video on the particular
> ip address only. i have used the following ACL.
>
> acl download rep_mime_type ^.*video.*
>
> acl download rep_mime_type ^.*audio.*
>

acl videoAllow src 192.168.233.118
http_reply_access deny download !videoAllow

>
> Can any body help me to reslove this issue that i should open the video on
> the single ip address not at the whole network.
>
>

http://wiki.squid-cache.org/SquidFaq/SquidAcl

Chris
Received on Tue Jan 27 2009 - 20:06:56 MST

This archive was generated by hypermail 2.2.0 : Wed Jan 28 2009 - 12:00:03 MST