forked from zaclys/searxng
[enh] basic support for http proxy (see #236)
This commit is contained in:
parent
33516256fd
commit
cde37be4f5
3 changed files with 13 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue