On Monday 18 September 2006 14:03, Pavel Ivanchev wrote:
> Hi there!
> I'm interesting in how to block skype with squid. I found in the net
> some how-to and i followed it, but no result:
> acl block_skype_IPs urlpath_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
> acl connect method CONNECT
> http_access deny connect block_skype_IPs all
1. You likely don't need "all" here.
2. Try url_regex instead of urlpath_regex.
Note that I don't use Skype (and never will be) so I can't test it.
Christoph
Received on Mon Sep 18 2006 - 06:27:12 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Oct 01 2006 - 12:00:03 MDT