summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-02-11 16:36:20 +0100
committerArne Schwabe <arne@rfc2549.org>2013-02-11 16:36:20 +0100
commitffa1c1dd034e1b2235761e4170280f9ab86f724c (patch)
treed40142be9b42215efc35e2e782b30ceeaf6b7965
parent1fe07011911dc277f5c2c0649ec6d00df62eeadc (diff)
More FAQ
-rw-r--r--README.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index a9e8d591..b2812de4 100644
--- a/README.txt
+++ b/README.txt
@@ -20,19 +20,23 @@ Optional: Copy minivpn from lib/ to assets (if you want your own compiled versio
FAQ
+Q: How is the OpenVPN version different from normal OpenVPN
+
+A: OpenVPN for Android uses a OpenVPN 2.3 master branch + Android patches + dual stack client patches.
+ A git repository of the OpenVPN source code and changes is under:
+ https://github.com/schwabe/openvpn/tree/android_2.3rc1%2Bds
+
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.
-
-
+ minivpn + libopenvpn.so is the same as the normal openvpn binary
-Starting a VPN by name from an external app:
+Q: How to a VPN by name from an external app
-public class StartOpenVPNActivity extends Activity {
+A: public class StartOpenVPNActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);