From 05144810c0b04a98e7f286dd873289cf6cff19f9 Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 12 Oct 2016 13:05:37 +0200 Subject: [PATCH] Added FAQ --- FAQ.md | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) diff --git a/FAQ.md b/FAQ.md index 177bf39c..96cdf4c4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -419,6 +419,14 @@ even if you just enabled notify on access. To get notified for all domain names again, you can clear the application access log using the waste bin icon. If you want to clear all applications logs, you can export and import your settings. + +**(45) Does NetGuard handle incoming connections?** + +The Android VPN service handles outgoing connections only (from applications to the internet), so incoming connections are normally left alone. + +If you want to run a server application on Android, then be aware that using port numbers below 1024 requires root permissions +and that some Android versions contain routing bugs, causing inbound traffic incorrectly being routed into the VPN. +
**If you didn't find the answer to your question, you can ask your questions [in this forum](http://forum.xda-developers.com/showthread.php?t=3233012) or contact me directly [by e-mail](mailto:marcel+netguard@faircode.eu)**. diff --git a/README.md b/README.md index 153e489d..6609126f 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,9 @@ Frequently Asked Questions (FAQ) [**(44) I don't get notifications on access**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ44) + +[**(45) Does NetGuard handle incoming connections?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ45) + Support -------