summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-09-13 15:40:28 +0200
committerArne Schwabe <arne@rfc2549.org>2012-09-13 15:40:28 +0200
commitd94cbc6f56743d3152cf7d14783737ea8ee740a0 (patch)
tree956c0e44dca49cb0d948d2af9f2a7d7b8390389e
parent964ca82b1cecd73fa9dceff54b99c45782d2c1e0 (diff)
set persist-tun Default to false. It does to play well with reconnects and DNS resolving
-rw-r--r--src/de/blinkt/openvpn/VpnProfile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java
index 404072b1..bc783fd0 100644
--- a/src/de/blinkt/openvpn/VpnProfile.java
+++ b/src/de/blinkt/openvpn/VpnProfile.java
@@ -101,7 +101,7 @@ public class VpnProfile implements Serializable{
public String mKeyPassword="";
static final String MINIVPN = "miniopenvpn";
- public boolean mPersistTun = true;
+ public boolean mPersistTun = false;
public void clearDefaults() {