|
12 | 12 | } |
13 | 13 |
|
14 | 14 | # App Version |
15 | | -APP_VERSION = "1.14.0" |
| 15 | +APP_VERSION = "1.15.0" |
16 | 16 |
|
17 | 17 | # Ping Configuration |
18 | 18 | PING_COUNT = 10 # Number of pings per server |
|
262 | 262 | "ME": [ |
263 | 263 | {"id": "me-bhr", "location": "Bahrain", "ip": "15.184.13.113", "port": 443} |
264 | 264 | ] |
| 265 | + }, |
| 266 | + "league-of-legends": { |
| 267 | + "EU": [ |
| 268 | + {"id": "eu-euw", "location": "Amsterdam", "ip": "104.160.141.3", "port": 443}, |
| 269 | + {"id": "eu-eune", "location": "Frankfurt", "ip": "104.160.142.3", "port": 443}, |
| 270 | + {"id": "eu-tr", "location": "Istanbul", "ip": "104.160.143.3", "port": 443} |
| 271 | + ], |
| 272 | + "NA": [ |
| 273 | + {"id": "na-chi", "location": "Chicago", "ip": "104.160.131.3", "port": 443}, |
| 274 | + {"id": "na-lan", "location": "Miami", "ip": "104.160.136.3", "port": 443} |
| 275 | + ], |
| 276 | + "ASIA": [ |
| 277 | + {"id": "asia-jp", "location": "Tokyo", "ip": "104.160.129.3", "port": 443}, |
| 278 | + {"id": "asia-kr", "location": "Seoul", "ip": "104.160.142.1", "port": 443}, |
| 279 | + {"id": "asia-sgp", "location": "Singapore", "ip": "151.106.248.3", "port": 443}, |
| 280 | + {"id": "asia-oce", "location": "Sydney", "ip": "104.160.156.1", "port": 443} |
| 281 | + ], |
| 282 | + "SA": [ |
| 283 | + {"id": "sa-br", "location": "São Paulo", "ip": "104.160.152.3", "port": 443} |
| 284 | + ], |
| 285 | + "ME": [ |
| 286 | + {"id": "me-tr", "location": "Istanbul", "ip": "104.160.143.3", "port": 443} |
| 287 | + ] |
| 288 | + }, |
| 289 | + "apex-legends": { |
| 290 | + "EU": [ |
| 291 | + {"id": "eu-lon", "location": "London", "ip": "13.43.48.202", "port": 443}, |
| 292 | + {"id": "eu-fra", "location": "Frankfurt", "ip": "52.94.141.14", "port": 443}, |
| 293 | + {"id": "eu-ams", "location": "Amsterdam", "ip": "3.66.90.156", "port": 443}, |
| 294 | + {"id": "eu-bel", "location": "Belgium", "ip": "13.37.152.32", "port": 443} |
| 295 | + ], |
| 296 | + "NA": [ |
| 297 | + {"id": "na-vir", "location": "Virginia", "ip": "209.54.182.34", "port": 443}, |
| 298 | + {"id": "na-ore", "location": "Oregon", "ip": "52.119.174.12", "port": 443}, |
| 299 | + {"id": "na-ohi", "location": "Ohio", "ip": "3.129.132.172", "port": 443}, |
| 300 | + {"id": "na-dal", "location": "Dallas", "ip": "44.198.247.11", "port": 443} |
| 301 | + ], |
| 302 | + "ASIA": [ |
| 303 | + {"id": "asia-tok", "location": "Tokyo", "ip": "99.77.58.84", "port": 443}, |
| 304 | + {"id": "asia-sgp", "location": "Singapore", "ip": "15.221.8.220", "port": 443}, |
| 305 | + {"id": "asia-hkg", "location": "Hong Kong", "ip": "99.83.81.12", "port": 443}, |
| 306 | + {"id": "asia-syd", "location": "Sydney", "ip": "99.83.81.12", "port": 443} |
| 307 | + ], |
| 308 | + "SA": [ |
| 309 | + {"id": "sa-sao", "location": "São Paulo", "ip": "177.72.245.178", "port": 443} |
| 310 | + ], |
| 311 | + "ME": [ |
| 312 | + {"id": "me-bhr", "location": "Bahrain", "ip": "99.82.132.91", "port": 443} |
| 313 | + ] |
265 | 314 | } |
266 | 315 | } |
267 | 316 |
|
|
303 | 352 | "fortnite": { |
304 | 353 | "name": "Fortnite", |
305 | 354 | "short": "FN" |
| 355 | + }, |
| 356 | + "league-of-legends": { |
| 357 | + "name": "League of Legends", |
| 358 | + "short": "LoL" |
| 359 | + }, |
| 360 | + "apex-legends": { |
| 361 | + "name": "Apex Legends", |
| 362 | + "short": "APEX" |
306 | 363 | } |
307 | 364 | } |
0 commit comments