From e778c22a8ddfa8fb2b49b3da71e65ae69df371cb Mon Sep 17 00:00:00 2001 From: M66B Date: Fri, 19 Feb 2016 11:50:29 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 42cfc5e4..a18fc253 100644 --- a/FAQ.md +++ b/FAQ.md @@ -70,7 +70,10 @@ like [AFWall+](https://github.com/ukanth/afwall), might be a better option and w **(6) Will NetGuard send my internet traffic to an external (VPN) server?** -No. It cannot even do this because NetGuard does not even have *internet* permission. +No, depending on the mode of operation basically one of two things will happen with your internet traffic: + +* When IP filtering is disabled, blocked internet traffic will be routed into the local VPN which will operate as sinkhole (in effect dropping all blocked traffic) +* When IP filtering is enabled, both blocked and allowed internet traffic will be routed into the local VPN and only allowed traffic will be forwarded to the intended destination (so not to a VPN server) **(7) Why are applications without internet permission shown?**