|
@@ -10,6 +10,13 @@ server:
|
10
|
10
|
image_proxy : False # Proxying image results through searx
|
11
|
11
|
default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
|
12
|
12
|
|
|
13
|
+# uncomment below section if you want to use a proxy
|
|
14
|
+# see http://docs.python-requests.org/en/latest/user/advanced/#proxies
|
|
15
|
+# SOCKS proxies are not supported : see https://github.com/kennethreitz/requests/pull/478
|
|
16
|
+#outgoing_proxies :
|
|
17
|
+# http : http://127.0.0.1:8080
|
|
18
|
+# https: http://127.0.0.1:8080
|
|
19
|
+
|
13
|
20
|
# uncomment below section only if you have more than one network interface
|
14
|
21
|
# which can be the source of outgoing search requests
|
15
|
22
|
#source_ips:
|