From e405e8b58a9beae7a3720d867fb8f6d72b37fa0f Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 21 Feb 2016 16:50:56 +0100 Subject: [PATCH] Updated FAQ Closes #277 --- FAQ.md | 15 +++++++++++++-- README.md | 3 +++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index a18fc253..97d51afa 100644 --- a/FAQ.md +++ b/FAQ.md @@ -288,9 +288,12 @@ You can only purchase pro feature when you installed NetGuard from the Play stor **(30) Can I also run AFWall+ on the same device?** -Unless you are just testing NetGuard, there is no current reason to use them both, since they cover the same function (firewall) although with different base needs (AFWall+ needs a rooted device) and ways of doing their thing (AFWall+ uses iptables). +Unless you are just testing NetGuard, there is no current reason to use them both, since they cover the same function (firewall), +although with different base needs (AFWall+ needs a rooted device) and ways of doing their thing (AFWall+ uses iptables). -Also you need to keep per applicaton access rules _always_ in sync, else the application will not be able to access the network, hence bringing another level of complexity when setting and assuring things work out. +Also you need to keep per applicaton access rules _always_ in sync, +else the application will not be able to access the network, +hence bringing another level of complexity when setting and assuring things work out. Some pointers on how to set up AFWall+: * if not using filtering in NetGuard, applications _need_ direct internet access (Wi-Fi and/or mobile) in AFWall+ @@ -298,8 +301,16 @@ Some pointers on how to set up AFWall+: * if using filtering, when you un/reinstall NetGuard, remember to RE-allow NetGuard in AFWall+ * if using filtering, applications _need_ VPN internet access (check the box to show that option in AFWall+ settings) + +**(31) Which hosts file should I use?** + +There is no conclusive answer to this question, but my advice is to use a hosts file which is at least maintained. +You can find some suggestions [here](https://github.com/M66B/NetGuard/issues/277), +where you also can find which hosts file netguard.me/hosts serves. +
**If you didn't find the answer to your question, you can ask your questions [here](http://forum.xda-developers.com/showthread.php?t=3233012)**. If you want to request a new feature or want to report a bug, please [create an issue on GitHub](https://github.com/M66B/NetGuard/issues/new). + diff --git a/README.md b/README.md index 9b5eaf3f..68d6f950 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,9 @@ Frequently Asked Questions (FAQ) [**(30) Can I also run AFWall+ on the same device?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ30) + +[**(31) Which hosts file should I use?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ31) + Permissions -----------