Add Whoogle Search

This commit is contained in:
Harsh Barsaiyan 2021-03-11 09:21:56 +00:00
parent a76ea4f66e
commit 280064310d
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,7 @@ Privacy Redirect allows setting custom instances, instances can be found here:
- [Qwant](https://www.qwant.com)
- [Mojeek](https://www.mojeek.com)
- [Presearch](https://www.presearch.org)
- [Whoogle](https://benbusby.com/projects/whoogle-search/)
## Development

View File

@ -12,6 +12,9 @@ const redirects = [
{ link: "https://searx.ninja", q: "/" },
{ link: "https://tromland.org/searx", 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 {