summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-08-05 20:26:33 +0200
committerParménides GV <parmegv@sdf.org>2014-08-14 01:41:25 +0200
commit2a8e32236f605360c875985492a99ec586fe116d (patch)
treecf33b0805b860e3c657c62055ba2ddd1e3bcb74a
parentdcf4b5f63e817a8ebff1ffd8cf1d4f4f4b7295fd (diff)
Persistent tun activated.
Now the "Waiting for server reply" notification is shown along with native Android's VPN notification. Next step: fix it.
-rw-r--r--app/src/main/java/se/leap/bitmaskclient/EIP.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/java/se/leap/bitmaskclient/EIP.java b/app/src/main/java/se/leap/bitmaskclient/EIP.java
index 40fe7fe1..b1e7150a 100644
--- a/app/src/main/java/se/leap/bitmaskclient/EIP.java
+++ b/app/src/main/java/se/leap/bitmaskclient/EIP.java
@@ -461,6 +461,7 @@ public final class EIP extends IntentService {
cp.parseConfig(new StringReader(keySecretFromSharedPreferences()));
cp.parseConfig(new StringReader(certSecretFromSharedPreferences()));
cp.parseConfig(new StringReader("remote-cert-tls server"));
+ cp.parseConfig(new StringReader("persist-tun"));
VpnProfile vp = cp.convertProfile();
//vp.mAuthenticationType=VpnProfile.TYPE_STATICKEYS;
mVpnProfile = vp;