How to block all websites ?
Posted: Sat Oct 21, 2017 8:49 am
How to block all website except gmail and hotmail ?
thank you
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