aboutsummaryrefslogtreecommitdiffstats
path: root/covpn/conf/openvpn.conf
diff options
context:
space:
mode:
Diffstat (limited to 'covpn/conf/openvpn.conf')
-rw-r--r--covpn/conf/openvpn.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/covpn/conf/openvpn.conf b/covpn/conf/openvpn.conf
new file mode 100644
index 0000000..494f812
--- /dev/null
+++ b/covpn/conf/openvpn.conf
@@ -0,0 +1,30 @@
+# OpenVPN client configuration file
+# Part of covpn
+
+client
+dev tun
+# proto: given by covpn command line, see covpn.conf
+# remote: given by covpn command line, see covpn.conf
+
+resolv-retry infinite
+nobind
+
+persist-key
+persist-tun
+
+ca ca.crt
+cert client.crt
+key client.key
+
+ns-cert-type server
+tls-auth ta.key 1
+
+comp-lzo
+
+ifconfig-noexec
+route-noexec
+script-security 2
+up openvpn-up.sh
+user openvpn
+group openvpn
+