Friday, September 7, 2012

Block skype on squid proxy server

3 comments












acl numeric_IPs url_regex -i ^([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)
acl Skype_UA browser ^skype^
acl Skype_Allowed_Users proxy_auth user1 user2


http_access deny numeric_IPS !Skype_Allowed_Users
http_access deny Skype_UA !Skype_Allowed_Users


http_access allow ntlm_users
http_access deny all

3 comments:

Anonymous said...

Not Working...............

Anonymous said...

not working :(

Anonymous said...

not working for me either

Post a Comment