diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-01 06:24:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-01 06:24:21 +0000 |
| commit | 244f0fbd0dc37cc1d56f21e90a8fd3258c20d804 (patch) | |
| tree | f418ce1fbee0e9f5cceafd03df7ac891b927347a /searx/settings.yml | |
| parent | f8b16a6635d553f91cc3d2e81b816e10517e9a72 (diff) | |
| parent | 19e32dc686e40f5e7ec1653f4a05aaa75cb17d80 (diff) | |
Merge branch 'master' into new-readme
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 77cc4e087..2497a764b 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -41,7 +41,7 @@ outgoing: # communication with search engines pool_maxsize : 10 # Number of simultaneous requests by host # uncomment below section if you want to use a proxy # see http://docs.python-requests.org/en/latest/user/advanced/#proxies -# SOCKS proxies are also supported: see http://docs.python-requests.org/en/master/user/advanced/#socks +# SOCKS proxies are also supported: see http://requests.readthedocs.io/en/master/user/advanced/#socks # proxies : # http : http://127.0.0.1:8080 # https: http://127.0.0.1:8080 |