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 /services-full.json | |
| parent | 2e7d4355c5c2f978a1de140bb2992a5cc2adcbca (diff) | |
| download | farside-a526d03fa2b818aa28bbef2908317786f579613e.tar.gz | |
Add support for librex search
See: https://github.com/hnhx/librex
Closes #47
Diffstat (limited to 'services-full.json')
| -rw-r--r-- | services-full.json | 11 |
1 files changed, 11 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" + ] } ] |
