repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add git cl format presubmit warning for extension and apps.
[chromium-blink-merge.git]
/
chromeos
/
test
/
data
/
network
/
user.onc
blob
bd97bb3fc77efbbc0e73ac904b68c65c2145ae38
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
}