Siju George wrote:
Hi,
Cond some one please tell me what is the effective way for blocking
streaming media from websites like
1) http://video.google.com/
2) http://www.youtube.com/
Or atleast is there a place where I can get a list of such popular
streaming websites so that I can block them?
Hello Siju,
The list of sites can be blocked by using the following configuration in
squid.conf.
acl blocked_sites dstdom_regex "/usr/local/sites.txt"
http_access deny blocked_sites
Thanks,
Visolve Squid Team
www.visolve.com/squid/