I need help in impleminting some set of acl in squid.conf
I have configured a FreeBSD 5.1 rel box 2 NIC's (Ext.ip/Int.ip)
with ipfw/natd/squid the setup is working, the internal clients
can access the ext. world by doing SMTP/DNS/HTTP/FTP etc., now
I am trying to limit/stop the access for users
1- define a list include all denied pages (black_list) 
2- permit only clients with in the (permit_list) to use proxy
3- block clients with in the (block_list)  
4- permited clients would be based on time_access
   Group_0 24 hours 
   Group_1 8:00-16:00
   Group_2 16:00-21:00 
   Group_3 10:00-12:00 and 14:00-16:00 
   
any input would be really appreciated.
Thanks

Reply via email to