On Sep 18, max sokolov wrote:
> How i can restriction access to squid on time
> for some ip-adress (with samples )
The following will restrict a particular host from Monday to Friday,
between 8:00 and 17:00:
acl work_time time MTWHF 8:00-17:00
acl some_host src 192.168.1.1/255.255.255.255
http_access deny some_host work_time
-- Michael Fuhr http://www.dimensional.com/~mfuhr/Received on Thu Sep 18 1997 - 04:19:47 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:37:06 MST