Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chromeos / test / data / network / user.onc
blob4e6835eadba7e9c2c87e65a931b36d14012f8a1c
1 { "Type": "VPN",
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   "IPAddressConfigType": "Static",
15   "StaticIPConfig": {
16     "Type": "IPv4",
17     "IPAddress": "1.2.3.4",
18     "SearchDomains": [ "acme.org" ]
19   }