hi
I would like to add this the my squidGuard ACL, but I've no idea where to put it. Also where would this file go; "filenameforurllist"?
time happyHour {
weekly * 18:00-19:00
weekly saturday sunday * 22:00-23:00
}
src allowedBox {
ip ip.of.allowed.box/32
}
dest listofurls {
urllist filenameforurllist
}
acl {
allowedBox outside happyHour {
pass all
}
default {
pass !listofurls all
}
}