LibreY- privacy respecting meta search engine |
git clone git://git.acid.vegas/LibreY.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 5e2cc8981665bd28d1bee0ef427c7c6917cd3c28
parent efe057ac0303c74fcd007cdae3a9ff8731f90520 Author: Ahwx <ahwx@ahwx.org> Date: Thu, 7 Sep 2023 00:56:49 +0200 fix: edit domain for benike.me (merge pull request #46 from drinkmonster/main) edit domain Diffstat:
|
1 file changed, 7 insertions(+), 7 deletions(-) |
diff --git a/instances.json b/instances.json @@ -113,6 +113,13 @@ "librey": true }, { + "clearnet": "https://lx.benike.me/", + "tor": null, + "i2p": null, + "country": "DE", + "librey": true + }, + { "clearnet": "https://lx.owo.si/", "tor": "http://lx.pk47sgwhncn5cgidm7bofngmh7lc7ukjdpk5bjwfemmyp27ovl25ikyd.onion/", "i2p": "http://d4vi3tvfui2rfzsxr33tin4a6542heulf4mhkokdpbhbcejlg3la.b32.i2p/", @@ -146,13 +153,6 @@ "i2p": null, "country": "PL", "librey": false - }, - { - "clearnet": "https://lx.benike.monster/", - "tor": null, - "i2p": null, - "country": "DE", - "librey": false } ] } |