forked from msmbps/msmbps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtargets.js
311 lines (311 loc) · 10.6 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
//
//
//
// 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 = {
Vultr: [{
name: "Frankfurt",
url: "http://fra-de-ping.vultr.com/",
download: "http://fra-de-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Amsterdam",
url: "http://ams-nl-ping.vultr.com/",
download: "http://ams-nl-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Paris",
url: "http://par-fr-ping.vultr.com/",
download: "http://par-fr-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "London",
url: "http://lon-gb-ping.vultr.com/",
download: "http://lon-gb-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Singapore",
url: "http://sgp-ping.vultr.com/",
download: "http://sgp-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Tokyo",
url: "http://hnd-jp-ping.vultr.com/",
download: "http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "New Jersey",
url: "http://nj-us-ping.vultr.com/",
download: "http://nj-us-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Chicago",
url: "http://il-us-ping.vultr.com/",
download: "http://il-us-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Seattle",
url: "http://wa-us-ping.vultr.com/",
download: "http://wa-us-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Atlanta",
url: "http://ga-us-ping.vultr.com/",
download: "http://ga-us-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Miami",
url: "http://fl-us-ping.vultr.com/",
download: "http://fl-us-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Dallas",
url: "http://tx-us-ping.vultr.com/",
download: "http://tx-us-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Silicon Valley",
url: "http://sjo-ca-us-ping.vultr.com/",
download: "http://sjo-ca-us-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Los Angeles",
url: "http://lax-ca-us-ping.vultr.com/",
download: "http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin"
}, {
name: "Sydney",
url: "http://syd-au-ping.vultr.com/",
download: "http://syd-au-ping.vultr.com/vultr.com.100MB.bin"
}],
Linode: [{
name: "Newark",
url: "http://speedtest.newark.linode.com/",
download: "http://speedtest.newark.linode.com/100MB-newark.bin"
}, {
name: "Atlanta",
url: "http://speedtest.atlanta.linode.com/",
download: "http://speedtest.atlanta.linode.com/100MB-atlanta.bin"
}, {
name: "Dallas",
url: "http://speedtest.dallas.linode.com/",
download: "http://speedtest.dallas.linode.com/100MB-dallas.bin"
}, {
name: "Fremont",
url: "http://speedtest.fremont.linode.com/",
download: "http://speedtest.fremont.linode.com/100MB-fremont.bin"
}, {
name: "Frankfurt",
url: "http://speedtest.frankfurt.linode.com/",
download: "http://speedtest.frankfurt.linode.com/100MB-frankfurt.bin"
}, {
name: "London",
url: "http://speedtest.london.linode.com/",
download: "http://speedtest.london.linode.com/100MB-london.bin"
}, {
name: "Singapore",
url: "http://speedtest.singapore.linode.com/",
download: "http://speedtest.singapore.linode.com/100MB-singapore.bin"
}, {
name: "Tokyo 2",
url: "http://speedtest.tokyo2.linode.com/",
download: "http://speedtest.tokyo2.linode.com/100MB-tokyo2.bin"
}],
DigitalOcean: [{
name: "NYC1",
url: "http://speedtest-nyc1.digitalocean.com/",
download: "http://speedtest-nyc1.digitalocean.com/100mb.test"
}, {
name: "NYC2",
url: "http://speedtest-nyc2.digitalocean.com/",
download: "http://speedtest-nyc2.digitalocean.com/100mb.test"
}, {
name: "NYC3",
url: "http://speedtest-nyc3.digitalocean.com/",
download: "http://speedtest-nyc3.digitalocean.com/100mb.test"
}, {
name: "AMS2",
url: "http://speedtest-ams2.digitalocean.com/",
download: "http://speedtest-ams2.digitalocean.com/100mb.test"
}, {
name: "AMS3",
url: "http://speedtest-ams3.digitalocean.com/",
download: "http://speedtest-ams3.digitalocean.com/100mb.test"
}, {
name: "SFO1",
url: "http://speedtest-sfo1.digitalocean.com/",
download: "http://speedtest-sfo1.digitalocean.com/100mb.test"
}, {
name: "SFO2",
url: "http://speedtest-sfo2.digitalocean.com/",
download: "http://speedtest-sfo2.digitalocean.com/100mb.test"
}, {
name: "SGP1",
url: "http://speedtest-sgp1.digitalocean.com/",
download: "http://speedtest-sgp1.digitalocean.com/100mb.test"
}, {
name: "LON1",
url: "http://speedtest-lon1.digitalocean.com/",
download: "http://speedtest-lon1.digitalocean.com/100mb.test"
}, {
name: "FRA1",
url: "http://speedtest-fra1.digitalocean.com/",
download: "http://speedtest-fra1.digitalocean.com/100mb.test"
}, {
name: "TOR1",
url: "http://speedtest-tor1.digitalocean.com/",
download: "http://speedtest-tor1.digitalocean.com/100mb.test"
}, {
name: "BLR1",
url: "http://speedtest-blr1.digitalocean.com/",
download: "http://speedtest-blr1.digitalocean.com/100mb.test"
}],
VirMach: [{
name: "Frankfurt",
url: "http://ffm.lg.virmach.com/",
download: "http://ffm.lg.virmach.com/100MB.test"
}, {
name: "Amsterdam",
url: "http://ams.lg.virmach.com/",
download: "http://ams.lg.virmach.com/100MB.test"
}, {
name: "Buffalo",
url: "http://ny.lg.virmach.com/",
download: "http://ny.lg.virmach.com/100MB.test"
}, {
name: "Piscataway (NYC)",
url: "http://nj.lg.virmach.com/",
download: "http://nj.lg.virmach.com/100MB.test"
}, {
name: "Dallas",
url: "http://dal.lg.virmach.com/",
download: "http://dal.lg.virmach.com/100MB.test"
}, {
name: "Phoenix",
url: "http://phx.lg.virmach.com/",
download: "http://phx.lg.virmach.com/100MB.test"
}, {
name: "Los Angeles",
url: "http://la.lg.virmach.com/",
download: "http://la.lg.virmach.com/100MB.test"
}, {
name: "DDoS-Protected Los Angeles",
url: "http://filtered-la.lg.virmach.com/",
download: "http://filtered-la.lg.virmach.com/100MB.test"
}, {
name: "Chicago",
url: "http://chi.lg.virmach.com/",
download: "http://chi.lg.virmach.com/100MB.test"
}, {
name: "Seattle",
url: "http://sea.lg.virmach.com/",
download: "http://sea.lg.virmach.com/100MB.test"
}, {
name: "Atlanta",
url: "http://atl.lg.virmach.com/",
download: "http://atl.lg.virmach.com/100MB.test"
}, {
name: "San Jose",
url: "http://sj.lg.virmach.com/",
download: "http://sj.lg.virmach.com/100MB.test"
}],
//
// Official test URLs of BandwagonHost
// (BandwagonHost does not publicly provide test URLs)
// (These are obtained by directly asking BandwagonHost)
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"
}],
//
// Source: https://www.ramnode.com/
RamNode: [{
name: "New York City",
url: "http://lg.nyc.ramnode.com/",
download: "http://lg.nyc.ramnode.com/static/100MB.test"
}, {
name: "Atlanta",
url: "http://lg.atl.ramnode.com/",
download: "http://lg.atl.ramnode.com/static/100MB.test"
}, {
name: "Seattle",
url: "http://lg.sea.ramnode.com/",
download: "http://lg.sea.ramnode.com/static/100MB.test"
}, {
name: "Los Angeles",
url: "http://lg.la.ramnode.com/",
download: "http://lg.la.ramnode.com/static/100MB.test"
}, {
name: "Netherlands",
url: "http://lg.nl.ramnode.com/",
download: "http://lg.nl.ramnode.com/static/100MB.test"
}],
//
// Source: https://www.host1plus.com/data-centers/
Host1Plus: [{
name: "Los Angeles",
url: "http://191.101.236.61/",
download: "http://191.101.236.61/100mb"
}, {
name: "Chicago",
url: "http://181.214.61.207/",
download: "http://181.214.61.207/100mb"
}, {
name: "São Paulo",
url: "http://191.96.4.248/",
download: "http://191.96.4.248/100mb"
}, {
name: "Frankfurt",
url: "http://185.137.13.237/",
download: "http://185.137.13.237/100mb"
}, {
name: "Johannesburg",
url: "http://196.251.248.78/",
download: "http://196.251.248.78/100mb"
}]
};
//
//
//
// END OF FILE
// The full project is at https://github.com/pingms/pingms
//
//
//