Home | History | Annotate | Download | only in network
      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   "StaticIPConfig": {
     15     "Type": "IPv4",
     16     "IPAddress": "1.2.3.4",
     17     "SearchDomains": [ "acme.org" ]
     18   }
     19 }
     20