On 16/03/2012 1:18 a.m., Muhammad Yousuf Khan wrote:
1, i want my users, only to use explorer, firefox and safari except
that all user agents will be blocked.
*all* other agents? like windows update, antivirus updaters ...
The ACL type is "browser" and takes a regex to test against the
user-agent header.
2, 2nd problem is i can not restrict skype. listed ACL is what i saw
on internet while i was trying to find a solution for stopping the
skype-access but it didn't work in my case i can still connect skpye.
acl numeric_IPs urlpath_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
acl skype_connect method CONNECT
http_access deny skype_connect numeric_IPs all
http://wiki.squid-cache.org/ConfigExamples/Chat/Skype
Amos