mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[enh] add option to configure proxies per engine - closes #1827
This commit is contained in:
parent
b329058c1a
commit
4a913247b2
3 changed files with 12 additions and 4 deletions
|
@ -49,16 +49,19 @@ offline boolean engine runs offline
|
|||
settings.yml
|
||||
------------
|
||||
|
||||
======================= =========== ===========================================
|
||||
======================= =========== =============================================
|
||||
argument type information
|
||||
======================= =========== ===========================================
|
||||
======================= =========== =============================================
|
||||
name string name of search-engine
|
||||
engine string name of searx-engine
|
||||
(filename without ``.py``)
|
||||
shortcut string shortcut of search-engine
|
||||
timeout string specific timeout for search-engine
|
||||
display_error_messages boolean display error messages on the web UI
|
||||
======================= =========== ===========================================
|
||||
proxies dict set proxies for a specific engine
|
||||
(e.g. ``proxies : {http: socks5://proxy:port,
|
||||
https: socks5://proxy:port}``)
|
||||
======================= =========== =============================================
|
||||
|
||||
|
||||
overrides
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue