Updated FAQ

This commit is contained in:
M66B 2015-10-25 14:25:42 +01:00
parent f8991f53f7
commit 4094a34387
1 changed files with 6 additions and 1 deletions

View File

@ -29,11 +29,16 @@ Frequently asked questions
--------------------------
<a name="FAQ1"></a>
**(1) Is NetGuard suitable to protect my privacy?**
**(1) Can NetGuard protect my privacy?**
Not really, since the firewall cannot be started right after starting your device
and because updating firewall rules require momentarily turning off the firewall.
<a name="FAQ2"></a>
**(2) Can I use VPN applications while using NetGuard?**
If the VPN application is using the Android [VPN service](http://developer.android.com/reference/android/net/VpnService.html),
then no, because NetGuard needs to use this service too and Android allows this to just one application at a time.
Contributing
------------