From 21c147235f361b16ff34d55a33e3e95fbf9c5ca5 Mon Sep 17 00:00:00 2001 From: licaon-kter Date: Sun, 7 Feb 2016 12:09:42 +0200 Subject: [PATCH 1/2] Update FAQ with info on AFWall+ I said *current* since host blocking is not an official feature yet ;) --- FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/FAQ.md b/FAQ.md index cfe79860..42cfc5e4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -282,6 +282,19 @@ You can find all predefined rules [here](https://github.com/M66B/NetGuard/blob/m You can only purchase pro feature when you installed NetGuard from the Play store. + +**(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). + +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+ +* if using filtering, NetGuard will _need_ internet access (Wi-Fi and/or mobile) in 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) +
**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)**. From fa30c6fdb003765491311eb83754e3df1457f8ee Mon Sep 17 00:00:00 2001 From: licaon-kter Date: Sun, 7 Feb 2016 12:11:00 +0200 Subject: [PATCH 2/2] Update FAQ list with info on AFWall+ --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 14731848..9b5eaf3f 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,10 @@ Frequently Asked Questions (FAQ) [**(29) Why do I get 'The item you requested is not available for purchase'?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ29) + +[**(30) Can I also run AFWall+ on the same device?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ30) + + Permissions -----------