diff options
author | Alexandre Flament <alex@al-f.net> | 2021-03-15 08:33:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 08:33:38 +0100 |
commit | 5b176b34961eb7e7374dd71c8dd740274c789d21 (patch) | |
tree | cc020ca3f85de6c5c88e21c7bd753967cf62fa96 | |
parent | 0b71d61dfc45559cc647a622388cf0bcca998322 (diff) | |
parent | f4a0a4d756626ed2b97f233e7a9ee6ac4d1deb8a (diff) | |
download | searxng-5b176b34961eb7e7374dd71c8dd740274c789d21.tar.gz searxng-5b176b34961eb7e7374dd71c8dd740274c789d21.zip |
Merge pull request #2659 from MarcAbonce/onions-http-fix
Fix HTTP error in onion engines
-rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 4c5b3c0e5..3447777aa 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -82,6 +82,8 @@ outgoing: # communication with search engines # https: # - http://proxy1:8080 # - http://proxy2:8080 +# using_tor_proxy : True +# extra_proxy_timeout : 10.0 # Extra seconds to add in order to account for the time taken by the proxy # uncomment below section only if you have more than one network interface # which can be the source of outgoing search requests # source_ips: @@ -159,6 +161,7 @@ engines: - name : ahmia engine : ahmia categories : onions + enable_http : True shortcut : ah - name : arch linux wiki @@ -730,6 +733,8 @@ engines: # Requires Tor - name : not evil engine : not_evil + categories : onions + enable_http : True shortcut : ne - name : nyaa @@ -973,6 +978,7 @@ engines: title_xpath : ./td[2]/b content_xpath : ./td[2]/small categories : onions + enable_http : True shortcut : tch # maybe in a fun category |