/ip firewall filter
add action=jump chain=forward comment=BLOCKLIST jump-target=blocklist
add action=reject chain=blocklist comment="block youtube" disabled=yes protocol=tcp reject-with=icmp-network-unreachable tls-host=*youtube*
--------------
https://forum.mikrotik.com/viewtopic.php?t=174681