summaryrefslogtreecommitdiffstats
path: root/files/openvpn/client.conf
blob: abb5d03d16dc7c45abcdccc2c0c4ac81e8e8e52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
client

dev tun

proto udp

# Specify multiple vpn servers here
remote gateway
remote bastion02

resolv-retry infinite

nobind

persist-key

ca ca.crt
cert client.crt
key client.key

comp-lzo

#route 10.5.126.0 255.255.255.0
keepalive 10 60