aboutsummaryrefslogtreecommitdiffstats
path: root/covpn/conf/openvpn.conf
blob: 494f812cebaecaf9e252c5ddf877e4af9dc0655c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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