mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Remove global 'using_tor_proxy' and add it to the Tor engines individually
Only the engines which require Tor need to be checked
This commit is contained in:
parent
03150ce88c
commit
89de0bdcd3
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,6 @@ outgoing:
|
||||||
# - http://proxy1:8080
|
# - http://proxy1:8080
|
||||||
# - http://proxy2:8080
|
# - http://proxy2:8080
|
||||||
#
|
#
|
||||||
# using_tor_proxy: true
|
|
||||||
#
|
#
|
||||||
# Extra seconds to add in order to account for the time taken by the proxy
|
# Extra seconds to add in order to account for the time taken by the proxy
|
||||||
#
|
#
|
||||||
|
@ -254,6 +253,7 @@ engines:
|
||||||
# Requires Tor
|
# Requires Tor
|
||||||
- name: ahmia
|
- name: ahmia
|
||||||
engine: ahmia
|
engine: ahmia
|
||||||
|
using_tor_proxy: false
|
||||||
categories: onions
|
categories: onions
|
||||||
enable_http: true
|
enable_http: true
|
||||||
shortcut: ah
|
shortcut: ah
|
||||||
|
@ -1272,6 +1272,7 @@ engines:
|
||||||
# Requires Tor
|
# Requires Tor
|
||||||
- name: torch
|
- name: torch
|
||||||
engine: xpath
|
engine: xpath
|
||||||
|
using_tor_proxy: false
|
||||||
paging: true
|
paging: true
|
||||||
search_url:
|
search_url:
|
||||||
http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
|
http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
|
||||||
|
|
Loading…
Add table
Reference in a new issue