Hey
I just bought Mikrotik and blocked all websites except one using the following
/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
/ip firewall filter add chain=forward dst-port=80 protocol=tcp action=drop
but I have an remote tool on my desktop and tried to connect to it from my laptop I couldn’t reach it. I changed the remote port and still no response.
Help please