[squid-users] SQUID- ACL for different time frame for different block of IP addresses.

2005-02-08 Thread thomas
Dear All Requirement has arisen to provide access to a group of machine categorized based on IP address. ACL created is as follows:- acl fulltime_ip 10.10.10.40-10.10.10.254 acl slot1_ip src 10.10.10.25 10.10.10.3010.10.10.35 acl slot1_time time 08:00-10:00 acl slot2_ip src 10.10.10.39

Re: [squid-users] SQUID- ACL for different time frame for different block of IP addresses.

2005-02-08 Thread Alexander Varga
Hi Thomas I am not familiar too, but I write my acl-s different I deny every trafic I don't want to have the http_access allow Safe_ports ... allows everything i htink the restrictions would I write acl time1 time 08:00-10:00 acl time2 time 10:00-12:00 http_access deny slot1_ip !time1