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
This commit is contained in:
zyachel 2024-03-25 18:53:57 +05:30
parent 3eb517849f
commit cf71cd39e1
2 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,7 @@ Inspired by projects like [teddit](https://codeberg.org/teddit/teddit), [nitter]
| <https://libremdb.r4fo.com/> | [Yes](http://libremdb.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/) | No | NL | No | Operated by [r4fo](https://r4fo.com/) | | <https://libremdb.r4fo.com/> | [Yes](http://libremdb.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/) | No | NL | No | Operated by [r4fo](https://r4fo.com/) |
| <https://libremdb.privacydev.net/> | [Yes](http://libremdb.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion/) | No | FR | No | Operated by [PrivacyDev](https://privacydev.net/) | | <https://libremdb.privacydev.net/> | [Yes](http://libremdb.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion/) | No | FR | No | Operated by [PrivacyDev](https://privacydev.net/) |
| <https://libremdb.ducks.party/> | No | No | NL | No | Operated by [ducks.party](https://ducks.party/) | | <https://libremdb.ducks.party/> | No | No | NL | No | Operated by [ducks.party](https://ducks.party/) |
| <https://lmdb.ngn.tf/> | No | No | TR | No | Operated by [ngn](https://ngn.tf/) |
Instances list in JSON format can be found in [instances.json](instances.json) file. Instances list in JSON format can be found in [instances.json](instances.json) file.

View File

@ -87,5 +87,10 @@
"clearnet": "https://libremdb.ducks.party/", "clearnet": "https://libremdb.ducks.party/",
"cdn": false, "cdn": false,
"country": "NL" "country": "NL"
},
{
"clearnet": "https://lmdb.ngn.tf/",
"cdn": false,
"country": "TR"
} }
] ]