[squid-users] Stop downloading at specific time

From: Zero One <zerooneu@dont-contact.us>
Date: Fri, 3 Jun 2005 12:37:15 +0500

i am using linux and squid in cache mode at a cable internet provider
every thing is working fine
i have tried this to stop downloading at certin time but it is not
working can anyone help me

acl magic_words1 url_regex -i 10.0
aacl magic_words2 url_regex -i ftp .exe .mp3 .vqf .tar.gz .gz .rpm
.zip .rar .avi .mpeg .mpe .mpg .qt .ram .rm .iso .raw .wav .mov
acl day time 18:30-23:59
delay_pools 2
delay_class 1 2
delay_parameters 1 -1/-1 -1/-1
delay_access 1 allow magic_words1
delay_class 2 2
delay_parameters 2 5000/15000 5000/12000
delay_access 2 allow day
delay_access 2 deny !day
delay_access 2 allow magic_words2
#####################################
acl dtime time S-A 00:00-23:59
acl durls urlpath_regex -i \.exe$ \.mp3$ \.mov$ \.mpg$ \.mp?$ \.avi$ \.rm$
acl dfilters url_regex -i root.exe kmd.exe kazaa.exe imesh.exe msblast.exe
http_access deny durls
http_access deny dfilters

any ideas to stop downloading of files at certin times please suggest me

Regards
Zeroone
Received on Fri Jun 03 2005 - 01:37:16 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jul 01 2005 - 12:00:02 MDT