Added FAQ

This commit is contained in:
M66B 2016-10-12 13:05:37 +02:00
parent 2080d9f43e
commit 05144810c0
2 changed files with 11 additions and 0 deletions

8
FAQ.md
View File

@ -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.
<a name="FAQ45"></a>
**(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.
<br />
**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)**.

View File

@ -201,6 +201,9 @@ Frequently Asked Questions (FAQ)
<a name="FAQ44"></a>
[**(44) I don't get notifications on access**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ44)
<a name="FAQ45"></a>
[**(45) Does NetGuard handle incoming connections?**](https://github.com/M66B/NetGuard/blob/master/FAQ.md#FAQ45)
Support
-------