mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-03 09:40:44 +00:00
17 lines
175 B
Cheetah
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
|