How to Block skype on squid proxy server

Procedure to Block skype Software on squid proxy server

Block Skype on Squid

Edit squid.conf and add the below mentioned lines. This will allow Skype for user1, user 2 and deny for all.

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

 

Tags: squid skype, block skype squid, block skype ports,

3 thoughts on “How to Block skype on squid proxy server

  1. Squidblacklist

    Squidblacklist.org is the worlds leading publisher of native acl blacklists tailored specifically for Squid proxy, and alternative formats for all major third party plugins as well as many other filtering platforms. Including SquidGuard, DansGuardian, and ufDBGuard, as well as pfSense and more.

    There is room for better blacklists, we intend to fill that gap.

    It would be our pleasure to serve you.

    Signed,

    Benjamin E. Nichols
    http://www.squidblacklist.org

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *