-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpublic-servers.json
50 lines (50 loc) · 1018 Bytes
/
public-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
{
"servers": [{
"id": 0,
"name": "Chickatrice",
"site": "https://www.chickatrice.net/",
"location": "Australia",
"host": "mtg.chickatrice.net",
"port": 4747,
"websocketPort": 4748,
"authRequired": true,
"regRequired": false
},
{
"id": 1,
"name": "Dr4ft Cockatrice",
"site": "http://www.dr4ft.com/",
"host": "cockatrice.dr4ft.com",
"isInactive": true
},
{
"id": 2,
"name": "Tetrarch",
"site": "https://skwerlman.github.io/",
"location": "USA",
"host": "mtg.tetrarch.co",
"port": 4747,
"websocketPort": 443,
"authRequired": true,
"regRequired": true
},
{
"id": 3,
"name": "Rooster Ranges",
"site": "https://cockatrice.us/",
"location": "USA",
"host": "server.cockatrice.us",
"port": 4747,
"websocketPort": 443,
"authRequired": true,
"regRequired": true
},
{
"id": 4,
"name": "Woogerworks",
"site": "https://woogerworks.com/",
"host": "cockatrice.woogerworks.com",
"isInactive": true
}
]
}