balena-supervisor/tools/dind/config/openvpn/client.conf.tmpl

18 lines
229 B
Cheetah
Raw Normal View History

client
remote #{VPN_ENDPOINT} 443
resolv-retry infinite
remote-cert-tls server
ca /etc/openvpn/ca.crt
auth-user-pass /var/volatile/vpnfile
auth-retry nointeract
comp-lzo
dev tun
proto tcp
nobind
persist-key
persist-tun
verb 3