RE: [squid-users] Blocking msn file sharing

From: Olsson Mattias <mattias.olsson@dont-contact.us>
Date: Thu, 24 Jun 2004 13:33:16 +0200

Today i block MSN like this,

acl MSN req_mime_type ^application/x-msn-messenger$
http_access deny MSN

And its working...
Just don't know how to block file sharing like this. Maby deny port80 to
some msn site...

/Mattias

-----Original Message-----
From: Elsen Marc [mailto:elsen@imec.be]
Sent: den 24 juni 2004 13:29
To: Olsson Mattias; squid-users@squid-cache.org
Subject: RE: [squid-users] Blocking msn file sharing

>
> Hi all!
>
> Is it possible to block msn messenger file sharing in Squid?
> Msn and sending /
> receiving messages should be allowed, filesharing not.
>
 
 Note that SQUID only serves http requests , and http is
stateless in it's nature. In so far that this issue relates to the
fact that MSN messenger is doing it's work using http and through
a http proxy (in this case SQUID), then this may perhaps be possible
by using mime based acl's and looking at certain types extensions being
used;
possibly blocking them afterwards. Though I am not sure that this can
be worded out easily.

But remember that SQUID deals with http-ing only, if involved at all, and
knows
nothing in essence about msn.

M.
Received on Thu Jun 24 2004 - 05:33:39 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:03 MDT