|
12 | 12 | } |
13 | 13 |
|
14 | 14 | # App Version |
15 | | -APP_VERSION = "1.13.0" |
| 15 | +APP_VERSION = "1.14.0" |
16 | 16 |
|
17 | 17 | # Ping Configuration |
18 | 18 | PING_COUNT = 10 # Number of pings per server |
|
206 | 206 | "ME": [ |
207 | 207 | {"id": "me-bhr", "location": "Bahrain", "ip": "52.94.91.1", "port": 443} |
208 | 208 | ] |
| 209 | + }, |
| 210 | + "valorant": { |
| 211 | + "EU": [ |
| 212 | + {"id": "eu-lon", "location": "London", "ip": "104.160.141.3", "port": 443}, |
| 213 | + {"id": "eu-par", "location": "Paris", "ip": "162.249.72.1", "port": 443}, |
| 214 | + {"id": "eu-fra", "location": "Frankfurt", "ip": "162.249.73.1", "port": 443}, |
| 215 | + {"id": "eu-sto", "location": "Stockholm", "ip": "162.249.74.1", "port": 443}, |
| 216 | + {"id": "eu-war", "location": "Warsaw", "ip": "162.249.75.1", "port": 443} |
| 217 | + ], |
| 218 | + "NA": [ |
| 219 | + {"id": "na-ash", "location": "Ashburn", "ip": "104.160.131.3", "port": 443}, |
| 220 | + {"id": "na-chi", "location": "Chicago", "ip": "104.160.136.3", "port": 443}, |
| 221 | + {"id": "na-dal", "location": "Dallas", "ip": "104.160.151.182", "port": 443}, |
| 222 | + {"id": "na-lax", "location": "Los Angeles", "ip": "104.160.159.1", "port": 443}, |
| 223 | + {"id": "na-atl", "location": "Atlanta", "ip": "104.160.156.1", "port": 443}, |
| 224 | + {"id": "na-sea", "location": "Seattle", "ip": "104.160.158.1", "port": 443} |
| 225 | + ], |
| 226 | + "ASIA": [ |
| 227 | + {"id": "asia-tok", "location": "Tokyo", "ip": "104.160.129.1", "port": 443}, |
| 228 | + {"id": "asia-seo", "location": "Seoul", "ip": "104.160.142.1", "port": 443}, |
| 229 | + {"id": "asia-sgp", "location": "Singapore", "ip": "151.106.248.1", "port": 443}, |
| 230 | + {"id": "asia-hkg", "location": "Hong Kong", "ip": "104.160.144.1", "port": 443}, |
| 231 | + {"id": "asia-mum", "location": "Mumbai", "ip": "151.106.246.1", "port": 443}, |
| 232 | + {"id": "asia-syd", "location": "Sydney", "ip": "43.229.64.1", "port": 443} |
| 233 | + ], |
| 234 | + "SA": [ |
| 235 | + {"id": "sa-sao", "location": "São Paulo", "ip": "104.160.152.1", "port": 443}, |
| 236 | + {"id": "sa-scl", "location": "Santiago", "ip": "104.160.154.1", "port": 443} |
| 237 | + ], |
| 238 | + "ME": [ |
| 239 | + {"id": "me-bhr", "location": "Bahrain", "ip": "104.160.146.1", "port": 443} |
| 240 | + ] |
| 241 | + }, |
| 242 | + "fortnite": { |
| 243 | + "EU": [ |
| 244 | + {"id": "eu-lon", "location": "London", "ip": "18.133.162.190", "port": 443}, |
| 245 | + {"id": "eu-fra", "location": "Frankfurt", "ip": "3.66.90.29", "port": 443}, |
| 246 | + {"id": "eu-par", "location": "Paris", "ip": "13.37.148.3", "port": 443}, |
| 247 | + {"id": "eu-sto", "location": "Stockholm", "ip": "15.237.20.100", "port": 443} |
| 248 | + ], |
| 249 | + "NA": [ |
| 250 | + {"id": "na-east", "location": "Virginia", "ip": "3.129.132.114", "port": 443}, |
| 251 | + {"id": "na-east2", "location": "Ohio", "ip": "44.192.143.240", "port": 443}, |
| 252 | + {"id": "na-west", "location": "Oregon", "ip": "44.237.247.68", "port": 443}, |
| 253 | + {"id": "na-west2", "location": "California", "ip": "3.101.95.110", "port": 443} |
| 254 | + ], |
| 255 | + "ASIA": [ |
| 256 | + {"id": "asia-tok", "location": "Tokyo", "ip": "35.72.18.106", "port": 443}, |
| 257 | + {"id": "asia-syd", "location": "Sydney", "ip": "3.25.159.13", "port": 443} |
| 258 | + ], |
| 259 | + "SA": [ |
| 260 | + {"id": "sa-sao", "location": "São Paulo", "ip": "15.228.25.140", "port": 443} |
| 261 | + ], |
| 262 | + "ME": [ |
| 263 | + {"id": "me-bhr", "location": "Bahrain", "ip": "15.184.13.113", "port": 443} |
| 264 | + ] |
209 | 265 | } |
210 | 266 | } |
211 | 267 |
|
|
239 | 295 | "marvel-rivals": { |
240 | 296 | "name": "Marvel Rivals", |
241 | 297 | "short": "MR" |
| 298 | + }, |
| 299 | + "valorant": { |
| 300 | + "name": "Valorant", |
| 301 | + "short": "VAL" |
| 302 | + }, |
| 303 | + "fortnite": { |
| 304 | + "name": "Fortnite", |
| 305 | + "short": "FN" |
242 | 306 | } |
243 | 307 | } |
0 commit comments