From cf71cd39e130accaf225bf74f2a7e565c6c4bab3 Mon Sep 17 00:00:00 2001 From: zyachel Date: Mon, 25 Mar 2024 18:53:57 +0530 Subject: [PATCH] Squashed commit of the following: commit d37c6c9da71861b0b6f03b0e7526fe28f21ff476 Author: ngn <78868991+ngn13@users.noreply.github.com> Date: Tue Mar 12 17:10:21 2024 +0000 fix formatting for the last time commit 8802a49c8015d7f42625abe0b1b3b0881705f307 Author: ngn <78868991+ngn13@users.noreply.github.com> Date: Tue Mar 12 17:09:04 2024 +0000 fix URL formatting for lmdb.ngn.tf commit af89380337281ac26bf68a3d3ca5aecf8d7922c1 Author: ngn <78868991+ngn13@users.noreply.github.com> Date: Tue Mar 12 17:05:53 2024 +0000 add lmdb.ngn.tf to instances.json commit eeb14a84d5f4ee5d444ffa3e25148aec92bb30f9 Author: ngn <78868991+ngn13@users.noreply.github.com> Date: Tue Mar 12 17:02:21 2024 +0000 add lmdb.ngn.tf to README --- README.md | 1 + instances.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 1bb0ea9..63a1dc3 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Inspired by projects like [teddit](https://codeberg.org/teddit/teddit), [nitter] | | [Yes](http://libremdb.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/) | No | NL | No | Operated by [r4fo](https://r4fo.com/) | | | [Yes](http://libremdb.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion/) | No | FR | No | Operated by [PrivacyDev](https://privacydev.net/) | | | No | No | NL | No | Operated by [ducks.party](https://ducks.party/) | +| | No | No | TR | No | Operated by [ngn](https://ngn.tf/) | Instances list in JSON format can be found in [instances.json](instances.json) file. diff --git a/instances.json b/instances.json index 69e0049..b07e402 100644 --- a/instances.json +++ b/instances.json @@ -87,5 +87,10 @@ "clearnet": "https://libremdb.ducks.party/", "cdn": false, "country": "NL" + }, + { + "clearnet": "https://lmdb.ngn.tf/", + "cdn": false, + "country": "TR" } ]