diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-02-11 16:32:07 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-02-11 16:32:07 +0100 |
commit | 1fe07011911dc277f5c2c0649ec6d00df62eeadc (patch) | |
tree | a665cb0f4581fb040b7368fa21465c77ad102fd2 | |
parent | 24bdb287646f94b134d0073e2a2c4e90f09a5eb0 (diff) |
Add minivpn FAQ to Readme
-rw-r--r-- | README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |