Results 1 to 1 of 1
Hi
I am using squid3. I want to block skype for specific users.
I tried this acl it dint work.
""acl skype_users src 192.168.2.12-192.168.1.22
acl skype_url url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
http_access allow ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-30-2010 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 16
block skype
Hi
I am using squid3. I want to block skype for specific users.
I tried this acl it dint work.
""acl skype_users src 192.168.2.12-192.168.1.22
acl skype_url url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
http_access allow CONNECT skype_url skype_users
http_access deny CONNECT skype_url""
I need give skype access to 192.168.2.12 to 192.168.2.22.
I need to block for others.
Thanks and Regards
Suresh


Reply With Quote
