From 99d303ac2739e65a02fbbc325b74ad6fcac63cc2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 5 Jun 2015 15:58:00 +0200 Subject: Initial commit --- contrib/benchmarking/openvpn-config.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contrib/benchmarking/openvpn-config.txt (limited to 'contrib/benchmarking/openvpn-config.txt') diff --git a/contrib/benchmarking/openvpn-config.txt b/contrib/benchmarking/openvpn-config.txt new file mode 100644 index 0000000..f51eabd --- /dev/null +++ b/contrib/benchmarking/openvpn-config.txt @@ -0,0 +1,2 @@ +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 -- cgit v1.2.3-59-g8ed1b