balena-supervisor/src/openvpn.conf.tmpl

17 lines
175 B
Cheetah
Raw Normal View History

client
remote <%= vpnhost %> <%= vpnport %>
resolv-retry infinite
ca ca.crt
cert client.crt
key client.key
comp-lzo
dev tun
proto tcp
nobind
persist-key
persist-tun
verb 3