LibreY

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

commit b3002354108ee9eac8d714f49aa1d85e2f8e3959
parent d6954a125fe03b0021b314584586d62b335cffc0
Author: hnhx <49120638+hnhx@users.noreply.github.com>
Date: Wed, 31 May 2023 15:27:26 +0000

Merge pull request #233 from ReprovedC0medown1nch1ng/patch-1 Added instance librex.nohost.network

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

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

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