mirror of
https://github.com/benbusby/farside.git
synced 2025-04-24 20:50:02 +00:00
Add support for librex search
See: https://github.com/hnhx/librex Closes #47
This commit is contained in:
parent
2e7d4355c5
commit
a526d03fa2
2 changed files with 22 additions and 0 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue