LibreY

- privacy respecting meta search engine
git clone git://git.acid.vegas/LibreY.git
Log | Files | Refs | Archive | README | LICENSE

commit ee3ac90b392e25325d787f79c8dca67445453527
parent 0bdd6f9c578eecc9175b691caa094229cdc78baf
Author: hnhx <49120638+hnhx@users.noreply.github.com>
Date: Sat, 24 Jun 2023 08:48:32 +0000

Merge pull request #236 from youshitsune/main add search.decentrala.org

Diffstat:
MREADME.md | 1+
Minstances.json | 6++++++

2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
@@ -34,6 +34,7 @@
 | [librex.yogeshlamichhane.com.np](https://librex.yogeshlamichhane.com.np/) | ❌| ❌ | πŸ‡ΊπŸ‡Έ US |
 | [lx.benike.monster](https://lx.benike.monster/) | ❌ | ❌ | πŸ‡©πŸ‡ͺ DE |
 | [librex.nohost.network](https://librex.nohost.network/) | ❌ | ❌ | πŸ‡²πŸ‡½ MX |
+| [search.decentrala.org](https://search.decentrala.org/) | ❌| ❌ | πŸ‡ΊπŸ‡Έ US |
 <br>
 
 ### Thanks rms
diff --git a/instances.json b/instances.json
@@ -125,6 +125,12 @@
               "tor": null,
               "i2p": null,
               "country": "MX"
+          },
+          {
+              "clearnet": "https://search.decentrala.org/",
+              "tor": null,
+              "i2p": null,
+              "country": "US"
           }
     ]
 }