19 lines
278 B
Text
19 lines
278 B
Text
# VPN360 Client Configuration
|
|
# (c) 2018 Kumi Systems e.U.
|
|
# https://kumi.systems
|
|
|
|
client
|
|
dev tap
|
|
proto tcp
|
|
remote public.vpn360 443
|
|
resolv-retry infinite
|
|
nobind
|
|
user nobody
|
|
group nogroup
|
|
persist-key
|
|
persist-tun
|
|
remote-cert-tls server
|
|
key-direction 1
|
|
cipher AES-256-CBC
|
|
verb 3
|
|
|