forked from msmbps/msmbps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtargets.js
69 lines (69 loc) · 1.82 KB
/
targets.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
//
//
//
// Target servers of "PING ms"
// The full project is at https://github.com/pingms/pingms
//
// @pingms founded the project.
// @codehz greatly improved it.
// @pingms added "Test Download".
// @pingms added BandwagonHost and HostUS.
//
// (@pingms - https://github.com/pingms)
// (@codehz - https://github.com/codehz)
//
//
//
// Data of target servers
data = {
BandwagonHost: [{
name: "Los Angeles DC9 CN2 GIA KVM",
url: "http://65.49.131.102/"
}, {
name: "Los Angeles DC3 CN2 KVM",
url: "http://23.252.103.101/"
}, {
name: "Los Angeles DC8 CN2 KVM",
url: "http://23.252.99.102/"
}, {
name: "Los Angeles DC2 QNET KVM",
url: "http://23.252.96.201/",
download: "http://23.252.96.201/100mb.bin"
}, {
name: "Los Angeles DC2 QNET OpenVZ",
url: "http://104.194.76.20/",
download: "http://104.194.76.20/100mb.bin"
}, {
name: "Los Angeles DC4 MCOM",
url: "http://98.142.136.11/",
download: "http://98.142.136.11/100mb.bin"
}, {
name: "Phoenix",
url: "http://198.35.46.28/",
download: "http://198.35.46.28/100mb.bin"
}, {
name: "Fremont",
url: "http://184.105.138.67/",
download: "http://184.105.138.67/100mb.bin"
}, {
name: "New York",
url: "http://208.167.227.122/",
download: "http://208.167.227.122/100mb.bin"
}, {
name: "Netherlands",
url: "http://45.62.120.202/",
download: "http://45.62.120.202/100mb.bin"
}, {
name: "Vancouver",
url: "http://172.93.32.16/",
download: "http://172.93.32.16/100mb.bin"
}]
};
//
//
//
// END OF FILE
// The full project is at https://github.com/pingms/pingms
//
//
//