From b135467fcc1bef48495e08a2621282b6fb1e6eb4 Mon Sep 17 00:00:00 2001 From: youshitsune Date: Thu, 8 Jun 2023 11:04:49 +0200 Subject: [PATCH] add search.decentrala.org --- README.md | 1 + instances.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index c4ee080..8c05b79 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ | [search.spaceint.fr](https://search.spaceint.fr/) | ❌ | ❌ | πŸ‡©πŸ‡ͺ DE | | [lx.benike.monster](https://lx.benike.monster/) | ❌ | ❌ | πŸ‡©πŸ‡ͺ DE | | [librex.nohost.network](https://librex.nohost.network/) | ❌ | ❌ | πŸ‡²πŸ‡½ MX | +| [search.decentrala.org](https://search.decentrala.org/) | ❌| ❌ | πŸ‡ΊπŸ‡Έ US |
### Thanks rms diff --git a/instances.json b/instances.json index db27739..bd48e1f 100644 --- a/instances.json +++ b/instances.json @@ -119,6 +119,12 @@ "tor": null, "i2p": null, "country": "MX" + }, + { + "clearnet": "https://search.decentrala.org/", + "tor": null, + "i2p": null, + "country": "US" } ] }