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:
Ben Busby 2021-11-15 17:18:12 -07:00
parent 97f1d26cbc
commit adbdd64b8c
No known key found for this signature in database
GPG key ID: 339B7B7EB5333D14

View file

@ -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"
]
}
]