diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-10-17 00:22:41 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2016-10-17 00:23:15 +0200 |
commit | 1be6e72d517c1651fc466d3222a23dbda0a53c2c (patch) | |
tree | f4b25094ada5fafbf08f0d6506b267fb182d24ba /searx/settings.yml | |
parent | 19a6ca0b68839e8d8903e99c336e1c1b1df624e1 (diff) | |
download | searxng-1be6e72d517c1651fc466d3222a23dbda0a53c2c.tar.gz searxng-1be6e72d517c1651fc466d3222a23dbda0a53c2c.zip |
[enh] add result proxy support - #707
Diffstat (limited to 'searx/settings.yml')
-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 e83f5aea7..6b1233324 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -18,6 +18,12 @@ ui: default_theme : oscar # ui theme default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section +# searx supports result proxification using an external service: https://github.com/asciimoo/morty +# uncomment below section if you have running morty proxy +#result_proxy: +# url : http://127.0.0.1:3000/ +# key : your_morty_proxy_key + outgoing: # communication with search engines request_timeout : 2.0 # seconds useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator |