25 lines
253 B
Text
25 lines
253 B
Text
client
|
|
|
|
dev tun
|
|
|
|
proto udp
|
|
|
|
# Specify multiple vpn servers here
|
|
remote gateway
|
|
remote bastion02
|
|
|
|
resolv-retry infinite
|
|
|
|
nobind
|
|
|
|
persist-key
|
|
persist-tun
|
|
|
|
ca ca.crt
|
|
cert client.crt
|
|
key client.key
|
|
|
|
comp-lzo
|
|
|
|
#route 10.5.126.0 255.255.255.0
|
|
keepalive 10 60
|