LibreY

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

commit 08c3cf520edc52bb4c482254e6041e6256dd66dd
parent 52ae847748666c04e7b5a26e70b6a8d0692e2891
Author: hnhx <49120638+hnhx@users.noreply.github.com>
Date: Mon, 17 Apr 2023 10:22:20 +0200

Merge pull request #209 from drinkmonster/main added my instance

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.baczek.me](https://librex.baczek.me/) | ❌| ❌ | πŸ‡΅πŸ‡± PL |
 | [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 |
 <br>
 
 ### Thanks rms
diff --git a/instances.json b/instances.json
@@ -119,6 +119,12 @@
               "tor": null,
               "i2p": null,
               "country": "DE"
+          },
+          {
+              "clearnet": "https://lx.benike.monster/",
+              "tor": null,
+              "i2p": null,
+              "country": "DE"
           }
     ]
 }