aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/benchmarking/openvpn-config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/benchmarking/openvpn-config.txt')
-rw-r--r--contrib/benchmarking/openvpn-config.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/benchmarking/openvpn-config.txt b/contrib/benchmarking/openvpn-config.txt
deleted file mode 100644
index f51eabd..0000000
--- a/contrib/benchmarking/openvpn-config.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Server: openvpn --dev tun --ifconfig 192.168.3.1 192.168.3.2 --secret static.key --cipher AES-256-CBC --auth SHA256 --port 61721
-Client: openvpn --dev tun --ifconfig 192.168.3.2 192.168.3.1 --secret static.key --cipher AES-256-CBC --auth SHA256 --port 61721 --remote 10.10.10.1