mirror of
https://github.com/M66B/NetGuard.git
synced 2025-03-03 18:36:17 +00:00
parent
1a90a9c994
commit
1607282ce2
1 changed files with 8 additions and 1 deletions
|
@ -104,7 +104,8 @@ and adding a lot of complex code to do network translation from OSI layer 3 to l
|
||||||
This is how most (all?) other no root firewalls work.
|
This is how most (all?) other no root firewalls work.
|
||||||
NetGuard is unique, because it doesn't implement a TCP/IP stack and is therefore both highly efficient and simple.
|
NetGuard is unique, because it doesn't implement a TCP/IP stack and is therefore both highly efficient and simple.
|
||||||
|
|
||||||
For more advanced use cases while not sacrificing battery usage, rooting and using a iptables based firewall,
|
For more advanced use cases, while not sacrificing battery usage,
|
||||||
|
rooting your device and using a iptables based firewall,
|
||||||
like [AFWall+](https://github.com/ukanth/afwall) might be a better option.
|
like [AFWall+](https://github.com/ukanth/afwall) might be a better option.
|
||||||
|
|
||||||
<a name="FAQ6"></a>
|
<a name="FAQ6"></a>
|
||||||
|
@ -112,6 +113,12 @@ like [AFWall+](https://github.com/ukanth/afwall) might be a better option.
|
||||||
|
|
||||||
No, it even can't, because NetGuard has no *internet* permission.
|
No, it even can't, because NetGuard has no *internet* permission.
|
||||||
|
|
||||||
|
<a name="FAQ7"></a>
|
||||||
|
**(7) Why are applications without internet access shown?**
|
||||||
|
|
||||||
|
Internet permission can be granted with each application update without user consent.
|
||||||
|
Not filtering applications without internet access allows you to block internet access before such an update occurs.
|
||||||
|
|
||||||
Support
|
Support
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue