How to block all website except gmail and hotmail ?
thank you
/ip firewall filter
add action=drop chain=forward src-address=192.168.1.0/24 dst-address=!192.168.1.0/24 dst-port=80,443,8080 protocol=tcp
/ip firewall filter add chain=forward in-interface=$LAN dst-address=!allowed_blocks action=drop