docs(instances): update instances list

add a new instance by @hyperreal64

closes https://github.com/zyachel/libremdb/issues/75
This commit is contained in:
zyachel 2024-05-11 18:09:15 +05:30
parent 2626dfd8ab
commit fec2cb7296
2 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,7 @@ Inspired by projects like [teddit](https://codeberg.org/teddit/teddit), [nitter]
| <https://lmdb.ngn.tf/> | No | No | TR | No | Operated by [ngn](https://ngn.tf/) |
| <https://lmdb.bloat.cat/> | No | No | RO | No | Operated by [bloat.cat](https://bloat.cat/) |
| <https://libremdb.darkness.services/> | No | No | US | Yes | Operated by [blade10101](https://github.com/blade10101) |
| <https://libremdb.nirn.quest/> | 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.

View File

@ -102,5 +102,10 @@
"clearnet": "https://libremdb.darkness.services/",
"cdn": true,
"country": "US"
},
{
"clearnet": "https://libremdb.nirn.quest/",
"cdn": false,
"country": "US"
}
]