Search squid archive

Re: How to block megaupload?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux