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:[EMAIL PROTECTED] 
Sent: den 24 juni 2004 13:29
To: Olsson Mattias; [EMAIL PROTECTED]
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.

Reply via email to