OLD | NEW |
1 { | 1 { |
2 "NetworkConfigurations":[ | 2 "NetworkConfigurations":[ |
3 { | 3 { |
4 "GUID":"{a3860e83-f03d-4cb1-bafa-b22c9e746950}", | 4 "GUID":"{a3860e83-f03d-4cb1-bafa-b22c9e746950}", |
5 "Name":"my vpn", | 5 "Name":"my vpn", |
6 "Type":"VPN", | 6 "Type":"VPN", |
7 "VPN":{ | 7 "VPN":{ |
8 "AutoConnect":false, | 8 "AutoConnect":true, |
9 "Host":"vpn.my.domain.com", | 9 "Host":"vpn.my.domain.com", |
10 "OpenVPN":{ | 10 "OpenVPN":{ |
11 "Password":"some password", | 11 "Password":"some password", |
12 "Port":443, | 12 "Port":443, |
13 "Proto":"udp", | 13 "Proto":"udp", |
14 "SaveCredentials":false, | 14 "SaveCredentials":false, |
15 "UserAuthenticationType":"Password", | 15 "UserAuthenticationType":"Password", |
16 "Username":"abc ${LOGIN_EMAIL} def" | 16 "Username":"abc ${LOGIN_EMAIL} def" |
17 }, | 17 }, |
18 "Type":"OpenVPN" | 18 "Type":"OpenVPN" |
19 } | 19 } |
20 } | 20 } |
21 ], | 21 ], |
22 "Type":"UnencryptedConfiguration" | 22 "Type":"UnencryptedConfiguration" |
23 } | 23 } |
OLD | NEW |