> I need to limit users access Internet by time.
> Can I use construction like
>
> acl AccessTime time /squid/dir/AccessTime
If this works at all, and I haven't checked, the file name would have
to be in "s.
This is what we set up and dry ran, but haven't actually been using in
anger:
acl businesshours time M T W H F 09:00-17:00
acl fromTimeLimitedUsers srcdomain "/usr/local/squid/etc/TimeLimitedUsers"
http_access allow !businesshours fromTimeLimitedUsers
Where the file contains a list of machines which would otherwise have been
completely rejected.
-- David Woolley - Office: David Woolley <djw@bts.co.uk> BTS Home: <david@djwhome.demon.co.uk> Wallington TQ 2887 6421 England 51 21' 44" N, 00 09' 01" W (WGS 84) Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of BTS.Received on Fri Apr 23 1999 - 06:24:29 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:45:55 MST