diff --git a/README.md b/README.md index 186e5e7..bbcf4ee 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ |-|-|-|-| | [librex.beparanoid.de](https://librex.beparanoid.de/) | [βœ…](http://librex.2356uhnbpv5nk3bni5bv6jg2cd6lgj664kwx3lhyelstpttpyv4kk2qd.onion/) | ❌ | πŸ‡­πŸ‡Ί HU (OFFICIAL INSTANCE) | | [lx.vern.cc](https://lx.vern.cc/) | [βœ…](http://lx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/) | [βœ…](http://vernziqfqvweijfaacmwazohgpdo2bt2ib2jlupt2pwwu27bhgxq.b32.i2p/) | πŸ‡ΊπŸ‡Έ US | +| [librex.mikata.ru](https://librex.mikata.ru/) | [βœ…](http://f7ssz7l3biu4fugwctfpcx4txg5yq4gqhrt473ledsuc3ivtd3omniid.onion/) | ❌ | πŸ‡ΊπŸ‡Έ US | | [search.davidovski.xyz](https://search.davidovski.xyz/) | ❌ | ❌ | πŸ‡¬πŸ‡§ UK | | [search.funami.tech](https://search.funami.tech/) | ❌ | ❌ | πŸ‡°πŸ‡· KR | | [search.madreyk.xyz](https://search.madreyk.xyz/) | ❌ | ❌ | πŸ‡©πŸ‡ͺ DE | @@ -32,6 +33,7 @@ LibreX gives you results from Google, Brave, Qwant, Ahmia and popular torrent si
If you would like to learn more about LibreX check out the [Wiki](https://github.com/hnhx/librex/wiki).
+ ### Mirror You can access the source code via this git mirror diff --git a/instances.json b/instances.json index 582a5ec..5aa49e8 100644 --- a/instances.json +++ b/instances.json @@ -6,6 +6,18 @@ "i2p": null, "country": "HU" }, + { + "clearnet": "https://lx.vern.cc/", + "tor": "http://lx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/", + "i2p": "http://vernziqfqvweijfaacmwazohgpdo2bt2ib2jlupt2pwwu27bhgxq.b32.i2p/", + "country": "US" + }, + { + "clearnet": "https://librex.mikata.ru/", + "tor": "http://f7ssz7l3biu4fugwctfpcx4txg5yq4gqhrt473ledsuc3ivtd3omniid.onion/", + "i2p": null, + "country": "US" + }, { "clearnet": "https://search.davidovski.xyz/", "tor": null, @@ -30,6 +42,12 @@ "i2p": null, "country": "DE" }, + { + "clearnet": "https://buscar.weblibre.org/", + "tor": null, + "i2p": null, + "country": "CL" + }, { "clearnet": "https://search.ahwx.org/", "tor": null, diff --git a/search.php b/search.php index 2cdd8f4..ae823f8 100644 --- a/search.php +++ b/search.php @@ -28,7 +28,7 @@ { if ($key != "q" && $key != "p" && $key != "t") { - echo ""; + echo ""; } }