Dear All,
Please help me.
How to block Game Online on Facebook. Only block game. Not block Facebook.
Dear All,
Please help me.
How to block Game Online on Facebook. Only block game. Not block Facebook.
You can sniff, block or do anything with the URLs on the router, only if they are unencrypted. Since, most of the users use facebook over ssl, I don’t think that’s possible.. there are workarounds like blocking DNS requests. But, directly, I can’t think of any way..
All LAN
/ip firewall filter
add chain=forward action=reject reject-with=tcp-reset protocol=tcp content=apps.facebook.com
Single LAN IP block, Replace 192.168.1.4 with the IP you wish to block
/ip firewall filter
chain=forward action=reject reject-with=tcp-reset protocol=tcp src-address=192.168.1.4 content=apps.facebook.com
Francis