From 701534f7cf7f9d39917841190f46b0c8aa93fcd4 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 12 Jun 2012 10:29:34 +0200 Subject: Always use tcp-client instead of tcp to allow static keys with tcp --- src/de/blinkt/openvpn/VpnProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/de') 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"; -- cgit v1.2.3