docs(instance): update instances list

add a new instance by @blade10101

closes https://github.com/zyachel/libremdb/issues/74
This commit is contained in:
zyachel 2024-04-18 22:18:05 +05:30
parent 35caa95a56
commit 2bbf62bd06
2 changed files with 27 additions and 22 deletions

View File

@ -32,9 +32,8 @@ Inspired by projects like [teddit](https://codeberg.org/teddit/teddit), [nitter]
## Instances
<!-- prettier-ignore -->
| Instance | Tor | I2P | Region | Cloudflare | Notes |
| ---------------------------------------- | -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------- | ----------- | ------------------------------------------------------------------ |
| ---------------------------------------- | -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------- | ---------- | ------------------------------------------------------------------ |
| <https://libremdb.iket.me/> | No | No | CA | No | Operated by me |
| <https://libremdb.pussthecat.org/> | No | No | DE | No | Operated by [PussTheCat.org](https://pussthecat.org/) |
| <https://ld.vern.cc/> | [Yes](http://ld.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/) | [Yes](http://vernz3ubrntql4wrgyrssd6u3qzi36zrhz2agbo6vibzbs5olk2q.b32.i2p/) | US | No | Operated by [~vern](https://vern.cc/) |
@ -54,6 +53,7 @@ Inspired by projects like [teddit](https://codeberg.org/teddit/teddit), [nitter]
| <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/) |
| <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) |
Instances list in JSON format can be found in [instances.json](instances.json) file.

View File

@ -97,5 +97,10 @@
"clearnet": "https://lmdb.bloat.cat/",
"cdn": false,
"country": "RO"
},
{
"clearnet": "https://libremdb.darkness.services/",
"cdn": true,
"country": "US"
}
]