diff options
| author | Ben Busby <contact@benbusby.com> | 2022-07-27 16:56:34 -0600 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2022-07-27 16:56:34 -0600 |
| commit | a526d03fa2b818aa28bbef2908317786f579613e (patch) | |
| tree | 5581b60dd9997296f5e6480b571f3321b3f92dcf | |
| parent | 2e7d4355c5c2f978a1de140bb2992a5cc2adcbca (diff) | |
| download | farside-a526d03fa2b818aa28bbef2908317786f579613e.tar.gz | |
Add support for librex search
See: https://github.com/hnhx/librex
Closes #47
| -rw-r--r-- | services-full.json | 11 | ||||
| -rw-r--r-- | services.json | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/services-full.json b/services-full.json index db5653b..1ea2cae 100644 --- a/services-full.json +++ b/services-full.json @@ -352,5 +352,16 @@ "https://proxitok.pussthecat.org", "https://proxitok.privacydev.net" ] + }, + { + "type": "librex", + "test_url": "/search.php?q=<%=query%>", + "fallback": "https://librex.beparanoid.de", + "instances": [ + "https://librex.beparanoid.de", + "https://search.davidovski.xyz", + "https://search.funami.tech", + "https://librex.catalyst.sx" + ] } ] diff --git a/services.json b/services.json index 292adc1..49d796a 100644 --- a/services.json +++ b/services.json @@ -176,6 +176,7 @@ "https://search.sethforprivacy.com", "https://whoogle.esmailelbob.xyz", "https://whoogle.fossho.st", + "https://whoogle.lunar.icu", "https://whoogle.privacydev.net", "https://www.whooglesearch.ml" ] @@ -248,6 +249,7 @@ "https://wiki.froth.zone", "https://wiki.slipfox.xyz", "https://wikiless.esmailelbob.xyz", + "https://wikiless.lunar.icu", "https://wikiless.northboot.xyz", "https://wikiless.org", "https://wikiless.sethforprivacy.com", @@ -276,5 +278,14 @@ "https://proxitok.pussthecat.org", "https://proxitok.privacydev.net" ] + }, + { + "type": "librex", + "test_url": "/search.php?q=<%=query%>", + "fallback": "https://librex.beparanoid.de", + "instances": [ + "https://librex.beparanoid.de", + "https://search.davidovski.xyz" + ] } ] |
