Hi, can you tell me how to block all web sites for 1 IP address in my network but only gmai.com to be accessable!
mikrotik OS 6.43.4
something like this will prevent user with address 192.168.1.11 to access anything but Gmail…
/ip firewall address-list
add address=mail.google.com list=Gmail
/ip firewall filter
add action=drop chain=forward dst-address-list=!Gmail src-address=192.168.1.11