Hello
How i could drop all connection and access just 3 website.
Hello,
I’d use:
[admin@router] > ip firewall filter add chain=forward action=drop protocol=tcp dst-port=80,443,8080 dst-address-list=!Whitelist
and put on WhiteList these three sites.