forked from cloudflare/roughtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ecosystem.json
70 lines (70 loc) · 1.65 KB
/
ecosystem.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
{
"servers": [
{
"name": "Caesium",
"publicKeyType": "ed25519",
"publicKey": "iBVjxg/1j7y1+kQUTBYdTabxCppesU/07D4PMDJk2WA=",
"addresses": [
{
"protocol": "udp",
"address": "caesium.tannerryan.ca:2002"
}
]
},
{
"name": "Chainpoint-Roughtime",
"publicKeyType": "ed25519",
"publicKey": "bbT+RPS7zKX6w71ssPibzmwWqU9ffRV5oj2OresSmhE=",
"addresses": [
{
"protocol": "udp",
"address": "roughtime.chainpoint.org:2002"
}
]
},
{
"name": "Cloudflare-Roughtime",
"publicKeyType": "ed25519",
"publicKey": "gD63hSj3ScS+wuOeGrubXlq35N1c5Lby/S+T7MNTjxo=",
"addresses": [
{
"protocol": "udp",
"address": "roughtime.cloudflare.com:2002"
}
]
},
{
"name": "Google-Sandbox-Roughtime",
"publicKeyType": "ed25519",
"publicKey": "etPaaIxcBMY1oUeGpwvPMCJMwlRVNxv51KK/tktoJTQ=",
"addresses": [
{
"protocol": "udp",
"address": "roughtime.sandbox.google.com:2002"
}
]
},
{
"name": "int08h-Roughtime",
"publicKeyType": "ed25519",
"publicKey": "AW5uAoTSTDfG5NfY1bTh08GUnOqlRb+HVhbJ3ODJvsE=",
"addresses": [
{
"protocol": "udp",
"address": "roughtime.int08h.com:2002"
}
]
},
{
"name": "ticktock",
"publicKeyType": "ed25519",
"publicKey": "cj8GsiNlRkqiDElAeNMSBBMwrAl15hYPgX50+GWX/lA=",
"addresses": [
{
"protocol": "udp",
"address": "ticktock.mixmin.net:5333"
}
]
}
]
}