blob: 8aab9932fa0aab24bdd8d8f5f760c9af1d023c77 [file] [log] [blame]
{ "GUID": "guid",
"Type": "VPN",
"Name": "MyL2TPVPN",
"VPN": {
"Type": "L2TP-IPsec",
"Host": "some.host.org",
"IPsec": {
"AuthenticationType": "PSK",
"IKEVersion": 1,
"PSK": "some_preshared_key",
"SaveCredentials": true,
"XAUTH": {
"Username": "some xauth username",
"Password": "some xauth password"
}
},
"L2TP": {
"Username": "some username",
"Password": "some password"
}
}
}