Re: [squid-users] How to block megaupload?

From: Chris Robertson <crobertson_at_gci.net>
Date: Fri, 21 Aug 2009 11:27:44 -0800

Henrique M. wrote:
> I would like to know how can I block users from downloading from websites
> like "megaupload" at a certain period of time.

acl no-download-time time S-A 08:00-12:00
acl no-download-time time S-A 14:00-18:00
acl download-sites dstdomain .megaupload.com
http_access deny download-sites no-download-time

> I would like to block users
> from downloading from 8 to 12AM and from 2 to 6PM, and only allow them to
> download from 12 to 2PM, but the download must be closed after 2PM.
>

Access controls are only checked at the inception of the request/reply.
Cutting off the flow of traffic mid-stream would be better left to
firewall rules.

> Thanks in advance for the help.
>

Chris
Received on Fri Aug 21 2009 - 19:27:52 MDT

This archive was generated by hypermail 2.2.0 : Sat Aug 22 2009 - 12:00:03 MDT