mirror of
https://github.com/benbusby/farside.git
synced 2025-03-14 19:26:30 -04:00
Add whoogle instances to services.json
Whoogle is now eligible for Farside links. I haven't decided how I'd like this implemented yet though. My idea is actually to refactor part of Whoogle to work a bit better with this new "instance hopping" paradigm -- namely, I'd like the config settings to be easily turned into query params and appended to a farside link when a user's preferred instance is blocked.
This commit is contained in:
parent
97f1d26cbc
commit
adbdd64b8c
@ -110,5 +110,22 @@
|
||||
"https://cy-nitter.resolv.ee",
|
||||
"https://tweet.lambda.dance"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "whoogle",
|
||||
"test_url": "/search?q=github",
|
||||
"fallback": "https://search.garudalinux.org",
|
||||
"instances": [
|
||||
"https://search.albony.xyz",
|
||||
"https://whoogle.sdf.org",
|
||||
"https://whoogle.kavin.rocks",
|
||||
"https://search.garudalinux.org",
|
||||
"https://whooglesearch.net",
|
||||
"https://search.flawcra.cc",
|
||||
"https://search.exonip.de",
|
||||
"https://s.alefvanoon.xyz",
|
||||
"https://search.flux.industries",
|
||||
"https://www.whooglesearch.ml"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user