{
"GUID": "guid",
"Name": "ARC VPN",
"Type": "VPN",
"VPN": {
"Type": "ARCVPN",
"ARCVPN": {
"TunnelChrome": "true",
}
},
"StaticIPConfig": {
"Type": "IPv4",
"IPAddress": "192.168.10.6",
"RoutingPrefix": 24,
"Gateway": "192.168.10.1",
"IncludedRoutes": [ "192.168.11.0/24", "192.168.12.0/24" ],
"ExcludedRoutes": [ "192.168.1.0/24" ],
"NameServers": [ "8.8.8.8", "8.8.4.4" ],
"SearchDomains": [ "example.com" ],
"MTU": 1420,
}
}