| { | |
| "GUID": "{a3860e83-f03d-4cb1-bafa-b22c9e746950}", | |
| "Name": "my vpn", | |
| "Type": "VPN", | |
| "VPN": { | |
| "AutoConnect": true, | |
| "Host": "vpn.my.domain.com", | |
| "Type": "OpenVPN", | |
| "OpenVPN": { | |
| "ClientCertType": "None", | |
| "ExtraHosts": [ | |
| "vpn.my.domain.com" | |
| ], | |
| "Password": "some password", | |
| "Port": 443, | |
| "Proto": "udp", | |
| "PushPeerInfo": true, | |
| "SaveCredentials": false, | |
| "ServerPollTimeout": 10, | |
| "TLSVersionMin": "1.1", | |
| "UserAuthenticationType": "Password", | |
| "Username": "abc ${LOGIN_EMAIL} def", | |
| } | |
| } | |
| } | |