balena-supervisor/src/openvpn.conf.tmpl
2015-10-13 12:58:55 -03:00

17 lines
175 B
Cheetah

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