summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-04-26 12:19:15 -0400
committerAdam Tauber <asciimoo@gmail.com>2015-04-26 12:19:15 -0400
commit1f0e6ce65ba5e255f423ad8ec6967d67fd4aec0b (patch)
tree6423a5cd83aa25efe859c8c00e73da861afb20d9 /searx/settings.yml
parent952473d297b2f0131196086f5824ae48f32d2922 (diff)
parent83e48fa89bd28a38b46a717d786cc7bfad26ff21 (diff)
Merge pull request #297 from dalf/proxies
[enh] Implement http proxies for outgoing requests. (see #236)
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index f37c56b26..cf7680090 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -10,6 +10,13 @@ server:
image_proxy : False # Proxying image results through searx
default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
+# uncomment below section if you want to use a proxy
+# see http://docs.python-requests.org/en/latest/user/advanced/#proxies
+# SOCKS proxies are not supported : see https://github.com/kennethreitz/requests/pull/478
+#outgoing_proxies :
+# http : http://127.0.0.1:8080
+# https: http://127.0.0.1:8080
+
# uncomment below section only if you have more than one network interface
# which can be the source of outgoing search requests
#source_ips: