Hello Hf,
I want to block all websites except one. And I want to Open the port 82 for outgoing.
I tried :
/ip firewall filter add chain=forward dst-port=80 dst-address=66.94.234.0/24 protocol=tcp action=accept
/ip firewall filter add chain=forward dst-port=80 dst-address=216.109.112.0/24 protocol=tcp action=accept //// server is ON
/ip firewall filter add chain=forward dst-port=80 protocol=tcp action=drop
But all ports are closed.
thanks