-
Notifications
You must be signed in to change notification settings - Fork 4
/
hosts.example.json
63 lines (63 loc) · 1.56 KB
/
hosts.example.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
{
"Control panel": {
"nodes": [
{
"name": "cp.example.com",
"country": "pl",
"city": "Olsztyn",
"dc": "SDC",
"online": true
}
]
},
"VPS": {
"nodes": [
{
"name": "n1.example.com",
"country": "pl",
"city": "Olsztyn",
"dc": "SDC",
"online": true
},
{
"name": "n2.example.com",
"country": "de",
"city": "Nuremberg",
"dc": "SDC",
"online": true
},
{
"name": "n3.example.com",
"country": "fr",
"city": "Roubaix",
"dc": "OVH RBX-3",
"online": true
},
{
"name": "n4.example.com",
"country": "fr",
"city": "Roubaix",
"dc": "OVH RBX-2",
"online": true
},
{
"name": "n5.example.com",
"country": "us",
"city": "Boardman",
"dc": "AWS EC2",
"offline": 1444072056000
}
]
},
"WWW": {
"nodes": [
{
"name": "w1.example.com",
"country": "fr",
"city": "Roubaix",
"dc": "OVH RBX-1",
"offline": 1444072387000
}
]
}
}