1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-05-01 15:41:35 +02:00

searx: added traffic route through tor

tor can be used with searx to route
all search traffic through it.
Added a paragraph in the searx site and
added the docker-image used.
This commit is contained in:
TiynGER
2021-05-06 15:40:52 +02:00
parent b8bd177138
commit d26f015a1d
3 changed files with 58 additions and 0 deletions

View File

@@ -12,3 +12,15 @@ Add Searx as a new search engine for firefox and set it as main search for the
address bar as described in [the Firefox article](./firefox.md).
Follow the addon part of the guide and put searx with
`<url to searx instance>/search?q=%s` as search string.
## Route search traffic through tor
You can setup a torproxy with [the dperson image](./docker-images/dperson_-_torproxy.md).
In the `settings.yml` file locate the section for `proxies :` and
change it to the following:
```txt
proxies :
http : socks5://<path to torproxy server>:9050
https: socks5://<path to torproxy server>:9050
```