-
Notifications
You must be signed in to change notification settings - Fork 453
Similar Firewall solutions
robo-mo edited this page Mar 4, 2019
·
26 revisions
Generally these are the types of Android firewalls available:
- Firewalls which uses a local VPN for traffic filtering (Netguard[Recommended])
- Firewalls which use a separate own VPN (Adguard etc.,)
- Firewalls which using iptables, like AFWall+, Droidwall, Avast,[...]. Iptables (netfilter) will be called to execute e.g. the NAT table.
- Browser or app related blockers, like NoScript, Bluetooth Firewalls and such, which basically only blocking specific functions and not the traffic itself.
- Application-Layer Firewalls (LineageOS/DataSaver), they using the Android Framework to block app requests.
- XPosed hacks to intercept directly on the OS layer (e.g. LightningWall). This doesn't need any iptables or additional scripts since the xposed framework provides the hacking ability's.
All of these firewalls working with a local Proxy/VPN service, which means that they not working with IPtables like AFWall+. The VPN package will be created to monitor incoming and outgoing traffic (which not need root access). The biggest problem is that such VPN services can't run other VPN services and VPN/Proxy's apps at the same time together.
See an German article for review the non root firewall.
Footer