From ae3a513efd5c8d7a40cdf47c6dfe7e3ddec3ef0b Mon Sep 17 00:00:00 2001 From: TheHuman00 <35613095+TheHuman00@users.noreply.github.com> Date: Sat, 4 Jul 2026 16:35:08 +0200 Subject: [PATCH] ecosystem: add Inutile-Roughtime servers (FR, ES, UK, US) --- ecosystem.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/ecosystem.json b/ecosystem.json index b3c6530..050a05f 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -73,6 +73,34 @@ "publicKeyType": "ed25519", "publicKey": "v2CievhgKsxzlWPwIkYFUXeA51Akhkv5uhJCj1/kbiY=", "addresses": [{ "protocol": "udp", "address": "rough.time.nl:2002" }] + }, + { + "name": "Inutile-Roughtime-FR", + "version": "IETF-Roughtime", + "publicKeyType": "ed25519", + "publicKey": "caVakKYAW26s2mDSfY21nI1ctN/w3kPBL8oGRAqLxRg=", + "addresses": [{ "protocol": "udp", "address": "fr.ntp.inutile.pro:2002" }] + }, + { + "name": "Inutile-Roughtime-ES", + "version": "IETF-Roughtime", + "publicKeyType": "ed25519", + "publicKey": "/z+14WcSjMU4evfyQoMKU8GGa5KSF9sW69tu3c+KBXs=", + "addresses": [{ "protocol": "udp", "address": "es.ntp.inutile.pro:2002" }] + }, + { + "name": "Inutile-Roughtime-UK", + "version": "IETF-Roughtime", + "publicKeyType": "ed25519", + "publicKey": "bUjS5xMA6FBRQzhriEs71uyQu0+JDf/TeZ0IFNTdJZ0=", + "addresses": [{ "protocol": "udp", "address": "uk.ntp.inutile.pro:2002" }] + }, + { + "name": "Inutile-Roughtime-US", + "version": "IETF-Roughtime", + "publicKeyType": "ed25519", + "publicKey": "V7hnCRDc7iR2uv0VrmGu37Yn3ovdHjcDW8oiFGC7hh4=", + "addresses": [{ "protocol": "udp", "address": "us.ntp.inutile.pro:2002" }] } ] -} +} \ No newline at end of file