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

22 lines
318 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
2015-08-26 21:57:14 +00:00
script-security 2
up /etc/openvpn/upscript.sh
up-restart
down /etc/openvpn/downscript.sh
comp-lzo
dev tun
proto tcp
nobind
persist-key
persist-tun
verb 3