You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
329 B
Twig
31 lines
329 B
Twig
client
|
|
|
|
dev zerooo
|
|
dev-type tun
|
|
|
|
proto {{ server.getProtocol() }}
|
|
|
|
remote {{ server.getExternalIp() }} {{ server.getPort() }}
|
|
resolv-retry infinite
|
|
nobind
|
|
|
|
user nobody
|
|
group nogroup
|
|
|
|
persist-key
|
|
persist-tun
|
|
|
|
remote-cert-tls server
|
|
|
|
cipher AES-256-CBC
|
|
|
|
comp-lzo
|
|
|
|
<ca>
|
|
{{ ca }}</ca>
|
|
|
|
<cert>
|
|
{{ cert }}</cert>
|
|
|
|
<key>
|
|
{{ key }}</key> |