LibreY

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

commit a9450fb013f50bf9cd8fba79d9638564f39b15ab
parent 595c8e5bb032d8f415b67406ac7c8ae089322ad6
Author: acidvegas <acid.vegas@acid.vegas>
Date: Mon, 25 Sep 2023 18:37:41 -0400

Added tor onion service

Diffstat:
Minstances.json | 2+-
Mmisc/footer.php | 1+

2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/instances.json b/instances.json
@@ -128,7 +128,7 @@
           },
           {
               "clearnet": "https://librex.supernets.org/",
-              "tor": null,
+              "tor": "http://ouosr2fq3lktngcvbz4r4op2lab5hbiz5y6g6toorsgieb7elet76jad.onion/",
               "i2p": null,
               "country": "US",
               "librey": true
diff --git a/misc/footer.php b/misc/footer.php
@@ -3,6 +3,7 @@
     <a href="./settings.php">Settings</a>
     <a href="./api.php" target="_blank">API</a>
     <a href="./donate.php">Donate</a>
+	<a href="http://ouosr2fq3lktngcvbz4r4op2lab5hbiz5y6g6toorsgieb7elet76jad.onion/">Onion</a>
 	<a href="https://supernets.org/">SuperNETs</a>
 </div>
 </body>