mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add option to change yacy search mode
This commit is contained in:
parent
203f1f0928
commit
ca518c6803
2 changed files with 11 additions and 3 deletions
|
|
@ -1760,6 +1760,10 @@ engines:
|
|||
# enable_http: true
|
||||
# number_of_results: 5
|
||||
# timeout: 3.0
|
||||
# Yacy search mode. 'global' or 'local'. by default, Yacy operates in 'global' mode.
|
||||
# 'global' = Peer-to-Peer search
|
||||
# 'local' = Privacy or Stealth mode, restricts the search to local yacy instance.
|
||||
# search_mode: 'global'
|
||||
|
||||
- name: rumble
|
||||
engine: rumble
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue