Zeus V. Panchenko wrote:
> But some time I asked to make access according to the time
> (from 10:00 to 15:00 subnet 1; from 15:00 to 20:00 subnet 2
> e.t.c.)
Use time ACLs.
acl time:10-15 time 10:00-15:00
acl time:15-20 time 15:00-20:00
acl subnet1 src 1.2.3.0/255.255.255.0
acl subnet2 src 1.2.4.0/255.255.255.0
http_access allow subnet1 time:10-15
http_access allow subnet2 time:15-20
--- Henrik Nordstrom Spare time Squid hackerReceived on Fri Nov 20 1998 - 11:39:54 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:43:11 MST