diff options
author | Adam Tauber <asciimoo@gmail.com> | 2020-09-01 15:57:35 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2020-09-01 15:59:22 +0200 |
commit | 4a913247b29286299e678e0756119fb62293760f (patch) | |
tree | 1f935147a6aae256639f65f248aa7abdddc62aa7 /docs/dev | |
parent | b329058c1ad06fe9c1afd56c81e0ad27dbef06b8 (diff) | |
download | searxng-4a913247b29286299e678e0756119fb62293760f.tar.gz searxng-4a913247b29286299e678e0756119fb62293760f.zip |
[enh] add option to configure proxies per engine - closes #1827
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/engine_overview.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/dev/engine_overview.rst b/docs/dev/engine_overview.rst index c3c81fff8..268995a45 100644 --- a/docs/dev/engine_overview.rst +++ b/docs/dev/engine_overview.rst @@ -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 |