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, 2 insertions, 0 deletions
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