{
"GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}",
"Name": "my vpn",
"Type": "VPN",
"IPAddressConfigType":"DHCP",
"NameServersConfigType":"DHCP",
"VPN": {
"AutoConnect": true,
"Host": "vpn.my.domain.com",
"Type": "OpenVPN",
"OpenVPN": {
"AuthRetry": "interact",
"CompLZO": "true",
"CompressionAlgorithm": "LZ4-V2",
"KeyDirection": "1",
"Port": 443,
"PushPeerInfo": true,
"SaveCredentials": false,
"ServerPollTimeout": 10,
"StaticChallenge": "Please enter token OTP",
"Username": "abc ${LOGIN_EMAIL} def"
}
}
}