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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chromeos
/
test
/
data
/
network
/
wifi_proxy.onc
blob
788954f22ad14cc7003d4185292ea3d186318d27
1
{
2
"Name": "wifi1",
3
"ProxySettings": {
4
"Type": "Manual",
5
"Manual": {
6
"HTTPProxy" : {
7
"Host" : "http.example.com",
8
"Port" : 1234
9
},
10
"SecureHTTPProxy" : {
11
"Host" : "https.example.com",
12
"Port" : 3456
13
},
14
"FTPProxy" : {
15
"Host" : "ftp.example.com",
16
"Port" : 5678
17
},
18
"SOCKS" : {
19
"Host" : "socks5://socks.example.com",
20
"Port" : 7890
21
}
22
},
23
"ExcludeDomains": [
24
"google.com",
25
"<local>"
26
]
27
},
28
"Type": "WiFi",
29
"WiFi": {
30
"Security": "None"
31
}
32
}