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
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:25 MST