lock all traffice allow 2 websites :)

Hello,
how can i bock everything and accept address list only?


/ip firewall filter
add action=add-dst-to-address-list address-list=youtube-list chain=forward
comment=“youtube.com IPs” content=youtube.com protocol=tcp
add action=add-dst-to-address-list address-list=googlevideo-list chain=
forward comment=“googlevideo.com IPs” content=googlevideo.com protocol=
tcp
add action=add-dst-to-address-list address-list=facebook-list chain=forward
comment=“facebook.com IPs” content=facebook.com protocol=tcp
add action=add-dst-to-address-list address-list=
“facebook delivery network-list” chain=forward comment=
“Facebooks content delivery network IPs” content=fbcdn.net protocol=tcp

Hi qudama,
have a look here http://forum.mikrotik.com/t/how-to-block-access-to-all-websites-and-allow-only-few-others-and-monitor-bandwidth-usage/87521/1 as somebody as really similar issue like you.