Hi,
to block a certain a site such as
www.facebook.com, apply the command below from the new terminal:
ip firewall filter
add chain=forward action=reject reject-with=tcp-reset\
protocol=tcp content="host:
www.facebook.com"
you can also use google for more steps.