mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-29 01:58:54 +00:00
18 lines
234 B
Plaintext
18 lines
234 B
Plaintext
|
client
|
||
|
remote vpn.staging.resin.io 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
|