Hi all,
I've got squid runing on my debian box as a transparent proxy. I've blocked certain sites. How ever I want to unblock these sites at lunchtime. Below is my setup:
acl blocked_sites url_regex -i "/etc/squid/blocked_sites.
txt"
acl lunchtime time MTWHF 12:00-13:00
http_access allow blocked_sites lunchtime
How ever I can't get it to work.
Can anyone help?
Mk
Start Free Trial