-
Notifications
You must be signed in to change notification settings - Fork 2
/
servers.json
78 lines (78 loc) · 3.26 KB
/
servers.json
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
[
{
"name": "GER",
"ip": "88.198.184.126",
"servers":
[
{ "port": 8303, "dir": "openfng", "name": "OpenFNG" },
{ "port": 8304, "dir": "boomfng1", "name": "BoomFNG #1" },
{ "port": 8305, "dir": "boomfng2", "name": "BoomFNG #2" },
{ "port": 8306, "dir": "solofng", "name": "SoloFNG" },
{ "port": 8307, "dir": "instagib", "name": "Instagib" },
{ "port": 8308, "dir": "monster", "name": "HMH-Monster" },
{ "port": 8309, "dir": "acception", "name": "Acception Test" },
{ "port": 8310, "dir": "freeze", "name": "FreeZe" },
{ "port": 8312, "dir": "bomb", "name": "Bomb" },
{ "port": 8313, "dir": "race1", "name": "Unique Race #1" },
{ "port": 8314, "dir": "race2", "name": "Unique Race #2" },
{ "port": 8315, "dir": "race3", "name": "Unique Race #3" },
{ "port": 8316, "dir": "race4", "name": "Unique Race #4" },
{ "port": 8317, "dir": "race5", "name": "Unique Race #5" },
{ "port": 8318, "dir": "teesmash", "name": "TeeSmash" },
{ "port": 8319, "dir": "race_test", "name": "Unique Race Test" },
{ "port": 8320, "dir": "battlefly", "name": "Battlefly" },
{ "port": 8321, "dir": "football1", "name": "Football #1" },
{ "port": 8322, "dir": "football2", "name": "Football #2" },
{ "port": 8323, "dir": "longfly", "name": "Longfly" }
]
},
{
"name": "CAN",
"ip": "54.39.96.248",
"sponsor": "Fudgy",
"servers":
[
{ "port": 8303, "dir": "race1", "name": "Unique Race #1" },
{ "port": 8304, "dir": "race2", "name": "Unique Race #2" },
{ "port": 8305, "dir": "fly", "name": "Battlefly" },
{ "port": 8306, "dir": "teesmash", "name": "TeeSmash" },
{ "port": 8307, "dir": "football1", "name": "Football #1" },
{ "port": 8308, "dir": "football2", "name": "Football #2" }
]
},
{
"name": "USA",
"ip": "104.0.224.113",
"sponsor": "Ewan Green",
"servers":
[
{ "port": 6629, "dir": "race1", "name": "Unique Race #1" },
{ "port": 6630, "dir": "race2", "name": "Unique Race #2" }
]
},
{
"name": "RUS",
"ip": "62.217.186.19",
"sponsor": "gerdoe",
"servers":
[
{ "port": 8310, "dir": "race1", "name": "Unique Race #1" },
{ "port": 8311, "dir": "race2", "name": "Unique Race #2" },
{ "port": 8312, "dir": "race3", "name": "Unique Race #3" }
]
},
{
"name": "Taiwan",
"ip": "38.54.107.120",
"sponsor": "heinrich5991",
"servers":
[
{ "port": 8303, "dir": "race1", "name": "Unique Race #1" },
{ "port": 8304, "dir": "race2", "name": "Unique Race #2" },
{ "port": 8305, "dir": "fly", "name": "Fly" },
{ "port": 8306, "dir": "teesmash", "name": "TeeSmash" },
{ "port": 8307, "dir": "football1", "name": "Football #1" },
{ "port": 8308, "dir": "football2", "name": "Football #2" }
]
}
]