What's new

Blocking an Android App

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Matt-One

Occasional Visitor
Hello i'm just wondering if it is possible to block a mobile app, for example TikTok, i take a look here and i found that IPTABLES could filter and block it

iptables -t filter -I FORWARD -s <your iPad IP>/32 -m layer7 --l7proto youtube -j DROP

but i also looked that layer7 is not used anymore by Merlin v.384

Any ideas? :) Thank you
 
layer7 is ineffective nowadays. Look at OpenDNS or AiProtection to see if they can block it.
No way to do this without using external service (like opendns)?
Using some script...
AiProtection doesn't seem can block tiktok app...

Inviato dal mio SM-N975F utilizzando Tapatalk
 
Hello i'm just wondering if it is possible to block a mobile app, for example TikTok, i take a look here and i found that IPTABLES could filter and block it

iptables -t filter -I FORWARD -s <your iPad IP>/32 -m layer7 --l7proto youtube -j DROP

but i also looked that layer7 is not used anymore by Merlin v.384

Any ideas? :) Thank you

I would prefer to root the phone and use firewall on the phone itself. Works perfect.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top