From fec2cb7296dd256cb34919d2b2d013cc44b635f3 Mon Sep 17 00:00:00 2001 From: zyachel Date: Sat, 11 May 2024 18:09:15 +0530 Subject: [PATCH] docs(instances): update instances list add a new instance by @hyperreal64 closes https://github.com/zyachel/libremdb/issues/75 --- README.md | 1 + instances.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index aebb01a..b220f08 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Inspired by projects like [teddit](https://codeberg.org/teddit/teddit), [nitter] | | No | No | TR | No | Operated by [ngn](https://ngn.tf/) | | | No | No | RO | No | Operated by [bloat.cat](https://bloat.cat/) | | | No | No | US | Yes | Operated by [blade10101](https://github.com/blade10101) | +| | No | No | US | No | Operated by [hyperreal64](https://github.com/hyperreal64) | Instances list in JSON format can be found in [instances.json](instances.json) file. diff --git a/instances.json b/instances.json index 395d491..8262192 100644 --- a/instances.json +++ b/instances.json @@ -102,5 +102,10 @@ "clearnet": "https://libremdb.darkness.services/", "cdn": true, "country": "US" + }, + { + "clearnet": "https://libremdb.nirn.quest/", + "cdn": false, + "country": "US" } ]