How do I allow/disallow access to specific sites by the day of the week?

Example: allow connections to http://www.fun_n_games.com only on Saturdays 
and Sundays.

It's easy enough to see that 

    acl fun_n_games dstdomain .fun_n_games.com
    acl funtime time SA # Sunday & Saturday

But I don't see how to combine the 2 definitions into a single rule that 
imposes the restrictions I want.

Any advice out there on how to do this?

Thanks.

Reply via email to