Koozali.org: home of the SME Server

squidguard

b stephen harding

squidguard
« on: September 10, 2001, 03:16:39 AM »
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
        }
}