summaryrefslogtreecommitdiffstats
path: root/chromeos/test/data/network/user.onc
blob: 4e6835eadba7e9c2c87e65a931b36d14012f8a1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "Type": "VPN",
  "Name": "testopenvpn",
  "VPN": {
    "Host": "users host",
    "Type": "OpenVPN",
    "OpenVPN": {
      "Port": 1195,
      "Password": "users password"
    }
  },
  "ProxySettings": {
    "Type": "Direct"
  },
  "IPAddressConfigType": "Static",
  "StaticIPConfig": {
    "Type": "IPv4",
    "IPAddress": "1.2.3.4",
    "SearchDomains": [ "acme.org" ]
  }
}