OLD | NEW |
1 { | 1 { |
2 "GUID": "guid", | 2 "GUID": "guid", |
3 "L2TPIPsec.Password": "some password", | 3 "L2TPIPsec.Password": "some password", |
4 "L2TPIPsec.User": "some username", | 4 "L2TPIPsec.User": "some username", |
5 "L2TPIPsec.XauthPassword": "some xauth password", | 5 "L2TPIPsec.XauthPassword": "some xauth password", |
6 "L2TPIPsec.XauthUser": "some xauth username", | 6 "L2TPIPsec.XauthUser": "some xauth username", |
| 7 "L2TPIPsec.LCPEchoDisabled": true, |
7 "Name": "MyL2TPVPN", | 8 "Name": "MyL2TPVPN", |
8 "Provider.Host": "some.host.org", | 9 "Provider.Host": "some.host.org", |
9 "Provider.Type": "l2tpipsec", | 10 "Provider.Type": "l2tpipsec", |
10 "SaveCredentials": true, | 11 "SaveCredentials": true, |
11 "Type": "vpn", | 12 "Type": "vpn", |
12 } | 13 } |
OLD | NEW |