RE: [squid-users] Restrict Messengers

From: Robert Collins <robertc@dont-contact.us>
Date: 26 Sep 2002 20:21:44 +1000

On Thu, 2002-09-26 at 20:03, John Szkudlapski wrote:
> Hi
>
> what you could do is to create a file on your machine (i.e linux)
> /etc/squid/banlist/messengers.dat (like the one I have attached from my
> server)
>
> then in squid
>
> acl messengers url_regex -i "/etc/squid/banlist/messengers.dat"
> http access_deny messengers

Also, in squid 2.5 you can:

use
acl messenger_rep rep_mime_type <somemessengermimetype>
<somothermessengermimetype>
http_reply_access deny messenger_rep
http_reply_access allow all

This will drop all messenger replies on the floor, regardless of source
- as long as the messenger client is not using CONNECT. (Which, IIRC,
they do not).

Rob

Received on Thu Sep 26 2002 - 04:21:14 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:25 MST