-
Notifications
You must be signed in to change notification settings - Fork 30
/
ecosystem.json
40 lines (40 loc) · 990 Bytes
/
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
{
"servers": [
{
"name": "Cloudflare-Roughtime-2",
"version": "IETF-Roughtime",
"publicKeyType": "ed25519",
"publicKey": "0GD7c3yP8xEc4Zl2zeuN2SlLvDVVocjsPSL8/Rl/7zg=",
"addresses": [
{
"protocol": "udp",
"address": "roughtime.cloudflare.com:2003"
}
]
},
{
"name": "int08h-Roughtime",
"version": "IETF-Roughtime",
"publicKeyType": "ed25519",
"publicKey": "AW5uAoTSTDfG5NfY1bTh08GUnOqlRb+HVhbJ3ODJvsE=",
"addresses": [
{
"protocol": "udp",
"address": "roughtime.int08h.com:2002"
}
]
},
{
"name": "time.txryan.com",
"version": "Google-Roughtime",
"publicKeyType": "ed25519",
"publicKey": "iBVjxg/1j7y1+kQUTBYdTabxCppesU/07D4PMDJk2WA=",
"addresses": [
{
"protocol": "udp",
"address": "time.txryan.com:2002"
}
]
}
]
}