However, there is 1 possibility to block it:
- enable the outgoing firewall and allow only the ports you really need, so skype cannot use it's normal ports to access its services and will tunnel through HTTPS instead.
- enable the http proxy in transparent mode, so skype need to use the proxy.
- block url's containing ip addresses instead of hostnames (example: http://10.1.1.1/test)
- edit /var/efw/proxy/custom-acl.conf using
nano /var/efw/proxy/custom-acl.conf - add the following:
----------------------- snip ----------------------------------
acl numeric_IPs url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
http_access deny CONNECT numeric_IPs all
----------------------- snip ---------------------------------- - restart the http proxy
From now on you cannot connect anymore to url's containing ip addresses. But this is the only way to effectively block skype.
| < Prev | Next > |
|---|








