> I need to block access to a site but only on some machines > and only for certain times of day. Otherwise the site should > be accessible. > acl blocked_machines src 10.18.64.0/255.255.255.0 > acl bad_site dstdomain badsite.com > acl bad_time time 09:00-17:00 > http_access deny bad_site bad_time blocked_machines
That is the correct way to do what you are trying to do. Adam
