mirror of
https://github.com/benbusby/farside.git
synced 2025-04-20 10:58:42 +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
|
@ -352,5 +352,16 @@
|
||||||
"https://proxitok.pussthecat.org",
|
"https://proxitok.pussthecat.org",
|
||||||
"https://proxitok.privacydev.net"
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -176,6 +176,7 @@
|
||||||
"https://search.sethforprivacy.com",
|
"https://search.sethforprivacy.com",
|
||||||
"https://whoogle.esmailelbob.xyz",
|
"https://whoogle.esmailelbob.xyz",
|
||||||
"https://whoogle.fossho.st",
|
"https://whoogle.fossho.st",
|
||||||
|
"https://whoogle.lunar.icu",
|
||||||
"https://whoogle.privacydev.net",
|
"https://whoogle.privacydev.net",
|
||||||
"https://www.whooglesearch.ml"
|
"https://www.whooglesearch.ml"
|
||||||
]
|
]
|
||||||
|
@ -248,6 +249,7 @@
|
||||||
"https://wiki.froth.zone",
|
"https://wiki.froth.zone",
|
||||||
"https://wiki.slipfox.xyz",
|
"https://wiki.slipfox.xyz",
|
||||||
"https://wikiless.esmailelbob.xyz",
|
"https://wikiless.esmailelbob.xyz",
|
||||||
|
"https://wikiless.lunar.icu",
|
||||||
"https://wikiless.northboot.xyz",
|
"https://wikiless.northboot.xyz",
|
||||||
"https://wikiless.org",
|
"https://wikiless.org",
|
||||||
"https://wikiless.sethforprivacy.com",
|
"https://wikiless.sethforprivacy.com",
|
||||||
|
@ -276,5 +278,14 @@
|
||||||
"https://proxitok.pussthecat.org",
|
"https://proxitok.pussthecat.org",
|
||||||
"https://proxitok.privacydev.net"
|
"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
Reference in a new issue