Re: Time-of-day-based access controls?

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 31 Dec 1997 18:35:41 +0100

Michael Pelletier wrote:
>
> Is this functionality built into Squid, or is it something I'd have to
> hack together using cron?

Yes, time based ACLs is build into Squid. See squid.conf for all
details.

Example: (deny access to chatsites during working hours)

acl workingday MTWHF 08:00-17:00
acl chatsites url_regex .*chat.*
http_access deny chatsites workingday

---
Henrik Nordström
Received on Wed Dec 31 1997 - 12:09:27 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:38:13 MST