summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-06-12 10:29:34 +0200
committerArne Schwabe <arne@rfc2549.org>2012-06-12 10:29:34 +0200
commit701534f7cf7f9d39917841190f46b0c8aa93fcd4 (patch)
treedf23be0e924c9648acb7ccb056e61b6c22860bd0
parentd6f8b2511137905c67cf046d51894dee665ca39d (diff)
Always use tcp-client instead of tcp to allow static keys with tcp
-rw-r--r--src/de/blinkt/openvpn/VpnProfile.java2
-rw-r--r--todo.txt5
2 files changed, 6 insertions, 1 deletions
diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java
index e800e3d3..d74701f5 100644
--- a/src/de/blinkt/openvpn/VpnProfile.java
+++ b/src/de/blinkt/openvpn/VpnProfile.java
@@ -192,7 +192,7 @@ public class VpnProfile implements Serializable{
if(mUseUdp)
cfg+=" udp\n";
else
- cfg+=" tcp\n";
+ cfg+=" tcp-client\n";
diff --git a/todo.txt b/todo.txt
index f4945b4f..bb5135f8 100644
--- a/todo.txt
+++ b/todo.txt
@@ -10,10 +10,15 @@ Ideas:
- encryption of profiles
- Speed/Transfered in notification bar (byte counter of management)
- Kick openvpn on network state change (Wifi <-> GPRS/EDGE/UMTS)
+
+ - rework logging system (first step: rename OpenVPN class to samething sensible)
- map SIGUSR1 to SIGINT
- add a put this certificate into file obscure option
+- adding a profile should bring up editing the profile instantly
+
+
Bugfixes:
- startpath file explorer