Add Whoogle Search
This commit is contained in:
parent
a76ea4f66e
commit
280064310d
|
@ -42,6 +42,7 @@ Privacy Redirect allows setting custom instances, instances can be found here:
|
||||||
- [Qwant](https://www.qwant.com)
|
- [Qwant](https://www.qwant.com)
|
||||||
- [Mojeek](https://www.mojeek.com)
|
- [Mojeek](https://www.mojeek.com)
|
||||||
- [Presearch](https://www.presearch.org)
|
- [Presearch](https://www.presearch.org)
|
||||||
|
- [Whoogle](https://benbusby.com/projects/whoogle-search/)
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,9 @@ const redirects = [
|
||||||
{ link: "https://searx.ninja", q: "/" },
|
{ link: "https://searx.ninja", q: "/" },
|
||||||
{ link: "https://tromland.org/searx", q: "/search" },
|
{ link: "https://tromland.org/searx", q: "/search" },
|
||||||
{ link: "https://engine.presearch.org", q: "/search" },
|
{ link: "https://engine.presearch.org", q: "/search" },
|
||||||
|
{ link: "https://whoogle.sdf.org", q: "/search" },
|
||||||
|
{ link: "https://whoogle.himiko.cloud", q: "/search" },
|
||||||
|
{ link: "https://whoogle-search.zeet.app", q: "/search" },
|
||||||
];
|
];
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
Loading…
Reference in New Issue