Add git cl format presubmit warning for extension and apps.
[chromium-blink-merge.git] / chromeos / test / data / network / user.onc
blobbd97bb3fc77efbbc0e73ac904b68c65c2145ae38
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   ]