summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-02-11 16:32:07 +0100
committerArne Schwabe <arne@rfc2549.org>2013-02-11 16:32:07 +0100
commit1fe07011911dc277f5c2c0649ec6d00df62eeadc (patch)
treea665cb0f4581fb040b7368fa21465c77ad102fd2
parent24bdb287646f94b134d0073e2a2c4e90f09a5eb0 (diff)
Add minivpn FAQ to Readme
-rw-r--r--README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 4a2c6bd4..a9e8d591 100644
--- a/README.txt
+++ b/README.txt
@@ -18,6 +18,16 @@ Use eclipse with android plugins to build the project.
Optional: Copy minivpn from lib/ to assets (if you want your own compiled version)
+FAQ
+
+Q: what is minivpn?
+
+A: minivpn is only a executable thats links against libopenvpn which is the normal openvpn build as
+ library. It is done this way so the Android Play/Store apk will treat the library as normal library
+ and update it on updates of the application. Also the application does not need to take care of
+ keeping minivpn up to date because it contains no code. For almost all intents and purposes
+ minivpn + libopenvpn.so is the same as the normal openvpn binary.
+
Starting a VPN by name from an external app: