summaryrefslogtreecommitdiff
path: root/bitmask_android/openvpn/sample/sample-config-files/loopback-client
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2014-04-09 16:03:55 +0200
committerParménides GV <parmegv@sdf.org>2014-04-09 16:07:34 +0200
commit1684c8f398922065a97e7da4dac4ac6a33cc5218 (patch)
tree76a4b11ae0d7b217c088f3c2b8fc7e69a7b8ae0d /bitmask_android/openvpn/sample/sample-config-files/loopback-client
parentb9a2b085a8f508cd09e2639c70be845c992c4a3e (diff)
Back to the standard "app" module.
This return to "app" instead of "bitmask_android" is due to this reading: https://developer.android.com/sdk/installing/studio-build.html#projectStructure I'll have to tweak the final apk name in build.gradle.
Diffstat (limited to 'bitmask_android/openvpn/sample/sample-config-files/loopback-client')
-rw-r--r--bitmask_android/openvpn/sample/sample-config-files/loopback-client25
1 files changed, 0 insertions, 25 deletions
diff --git a/bitmask_android/openvpn/sample/sample-config-files/loopback-client b/bitmask_android/openvpn/sample/sample-config-files/loopback-client
deleted file mode 100644
index d7f59e69..00000000
--- a/bitmask_android/openvpn/sample/sample-config-files/loopback-client
+++ /dev/null
@@ -1,25 +0,0 @@
-# Perform a TLS loopback test -- client side.
-#
-# This test performs a TLS negotiation once every 10 seconds,
-# and will terminate after 2 minutes.
-#
-# From the root directory of the OpenVPN distribution,
-# after openvpn has been built, run:
-#
-# ./openvpn --config sample-config-files/loopback-client (In one window)
-# ./openvpn --config sample-config-files/loopback-server (Simultaneously in another window)
-
-rport 16000
-lport 16001
-remote localhost
-local localhost
-dev null
-verb 3
-reneg-sec 10
-tls-client
-ca sample-keys/ca.crt
-key sample-keys/client.key
-cert sample-keys/client.crt
-cipher DES-EDE3-CBC
-ping 1
-inactive 120 10000000