Thanks, I went ahead and copied the existing rules and updated the descriptions and time. So basically looks like the following:
- <description> block source <mac> port 80 22:00:00 - 23:59:59
- <description> block source <mac> port 443 22:00:00 - 23:59:59
- <description> block source <mac> port 80 00:00:00 - 06:00:00
- <description> block source <mac> port 443 00:00:00 - 06:00:00
Could I consolodate rules 1-2 and 3-4 so it would reduced my ruleset by half and reduce administrative overhead? My ruleset would look more like the following?
- <description> block source <mac> port 80,443 22:00:00 - 23:59:59
- <description> block source <mac> port 80,443 00:00:00 - 06:00:00
Thanks!