OLD | NEW |
1 { "GUID": "guid", | 1 { "GUID": "guid", |
2 "Type": "VPN", | 2 "Type": "VPN", |
3 "Name": "MyL2TPVPN", | 3 "Name": "MyL2TPVPN", |
4 "VPN": { | 4 "VPN": { |
5 "Type": "L2TP-IPsec", | 5 "Type": "L2TP-IPsec", |
6 "Host": "some.host.org", | 6 "Host": "some.host.org", |
7 "IPsec": { | 7 "IPsec": { |
8 "AuthenticationType": "PSK", | 8 "AuthenticationType": "PSK", |
9 "IKEVersion": 1, | 9 "IKEVersion": 1, |
10 "PSK": "some_preshared_key", | 10 "PSK": "some_preshared_key", |
11 "SaveCredentials": true | 11 "SaveCredentials": true |
12 }, | 12 }, |
13 "L2TP": { | 13 "L2TP": { |
14 "Username": "some username", | 14 "Username": "some username", |
15 "Password": "some password" | 15 "Password": "some password" |
16 } | 16 } |
17 } | 17 } |
18 } | 18 } |
OLD | NEW |