Blocking Facebook

Hi Guys.

Looking at the best way to block Facebook. I have a customer who wants to block access between certain times. It’s pretty easy to do with a web proxy, however, what about ssl?

Looking for suggestions on the best way to manage this.

Thanks

Maybe something like this:
/ip dns static
add address=127.0.0.1 comment=“facebook block” name=".facebook.com$"Since RouterOS DNS accepts regex you’re pretty free in defining wildcard entries.
This entry could then be enabled/disabled by schedule.
Make sure you redirect all DNS requests to your own DNS.

-Chris