diff options
author | Parménides GV <parmegv@sdf.org> | 2014-08-05 20:26:33 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-08-14 01:41:25 +0200 |
commit | 2a8e32236f605360c875985492a99ec586fe116d (patch) | |
tree | cf33b0805b860e3c657c62055ba2ddd1e3bcb74a /app/src/main | |
parent | dcf4b5f63e817a8ebff1ffd8cf1d4f4f4b7295fd (diff) |
Persistent tun activated.
Now the "Waiting for server reply" notification is shown along with
native Android's VPN notification. Next step: fix it.
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/java/se/leap/bitmaskclient/EIP.java | 1 |
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; |