mirror of
https://github.com/benbusby/farside.git
synced 2025-04-24 20:50:02 +00:00
Support SearXNG
Added a new seperate service for only redirecting to SearXNG instances. Note that plain "searx" redirects will use both SearX and SearXNG instances for those who don't have a preference between the two. Closes #23
This commit is contained in:
parent
7647c1c101
commit
20347822da
3 changed files with 51 additions and 1 deletions
|
@ -247,6 +247,28 @@
|
|||
"https://www.webrats.xyz"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "searxng",
|
||||
"test_url": "/search?q=<%=query%>",
|
||||
"fallback": "https://searx.be",
|
||||
"instances": [
|
||||
"https://northboot.xyz",
|
||||
"https://paulgo.io",
|
||||
"https://s.zhaocloud.net",
|
||||
"https://search.bus-hit.me",
|
||||
"https://search.mdosch.de",
|
||||
"https://search.neet.works",
|
||||
"https://search.ononoki.org",
|
||||
"https://search.zzls.xyz",
|
||||
"https://searx-private-search.de",
|
||||
"https://searx.be",
|
||||
"https://searx.fmac.xyz",
|
||||
"https://searx.rasp.fr",
|
||||
"https://searx.tiekoetter.com",
|
||||
"https://searxng.zackptg5.com",
|
||||
"https://www.webrats.xyz"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "wikiless",
|
||||
"test_url": "/wiki/Wikipedia?lang=en",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue