LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Allow stream media for some IP's in squid, Is that possible ????????? (https://www.linuxquestions.org/questions/linux-newbie-8/allow-stream-media-for-some-ips-in-squid-is-that-possible-926677/)

Koshal 01-31-2012 03:29 AM

Allow stream media for some IP's in squid, Is that possible ?????????
 
Hi
I am using squid proxy 2.6 in my office. Can any one tell me that how can allow stream media like youtube ? what is ACL for that ?

Thanks in advance.
Koshal

Satyaveer Arya 01-31-2012 03:42 AM

This should work for you:

In your /etc/squid/squid.conf file add this acl:

Quote:

acl goodUrl dstdomain .youtube.com
http_access allow goodUrl

colucix 02-02-2012 06:22 AM

Reply erroneously sent as Report:
Quote:

Originally Posted by Koshal (Post 4589161)
Hi Satya
thanks you reply But this is not work.
dstdomain .youtube.com is allow youtube.com but gives following error
"an error has occurred while openping this url"


Satyaveer Arya 02-02-2012 09:34 PM

I think by default the streaming media websites should be open for browsing until anyone haven't put any policy for blocking. Isn't it?


All times are GMT -5. The time now is 07:33 AM.