Squashed commit of the following:

commit d37c6c9da7
Author: ngn <78868991+ngn13@users.noreply.github.com>
Date:   Tue Mar 12 17:10:21 2024 +0000

    fix formatting for the last time

commit 8802a49c80
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 af89380337
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 eeb14a84d5
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
+1
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.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://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.
+5
View File
@@ -87,5 +87,10 @@
"clearnet": "https://libremdb.ducks.party/",
"cdn": false,
"country": "NL"
},
{
"clearnet": "https://lmdb.ngn.tf/",
"cdn": false,
"country": "TR"
}
]