blob: 08a78a43085b12cec27d3b30fd4742966ba2da0a [file] [log] [blame]
{
"ethernet-and-vpn": {
"Recommended": [],
"GUID": "guid",
"Type": "Ethernet",
"Name": "name",
"Ethernet": {
"Authentication": "None"
},
"VPN": {
"Type": "L2TP-IPsec",
"Host": "some.host.org",
"IPsec": {
"AuthenticationType": "PSK",
"IKEVersion": 1,
"PSK": "some_preshared_key",
"SaveCredentials": true
},
"L2TP": {
"Username": "some username",
"Password": "some password"
}
}
},
"ethernet-and-vpn-normalized": {
"GUID": "guid",
"Type": "Ethernet",
"Name": "name",
"Ethernet": {
"Authentication": "None"
}
},
}