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