Google constantly is establishing connection to my router from address list https://db-ip.com/all/104.196.185
I’m trying to drop this connections using
/ip firewall filter add chain=input action=drop connection-state=established,new protocol=tcp src-address=104.196.185.0/25 in-interface=pppoe-out log=no log-prefix=""
but this is not working, and I don’t see any traffic on this firwall rule and same time still see in established connections this address.
Please help me what I’m doing wrong and how to drop this unwanted google traffic.