1 { "Type": "Ethernet", 2 "Name": "testopenvpn", 3 "VPN": { 4 "Host": "users host", 5 "Type": "OpenVPN", 6 "OpenVPN": { 7 "Port": 1195, 8 "Password": "users password" 9 } 10 }, 11 "ProxySettings": { 12 "Type": "Direct" 13 }, 14 "IPConfigs": [ 15 { "Type": "IPv4", 16 "IPAddress": "127.0.0.1", 17 "SearchDomains": [ "acme.org" ] }, 18 { "Type": "IPv4", 19 "IPAddress": "1.2.3.4" } 20 ] 21 } 22