forked from zaclys/searxng
[enh] socks proxy support
This commit is contained in:
parent
da4f1c2512
commit
b27f07af23
|
@ -9,4 +9,4 @@ pygments==2.1.3
|
||||||
pyopenssl==0.15.1
|
pyopenssl==0.15.1
|
||||||
python-dateutil==2.5.3
|
python-dateutil==2.5.3
|
||||||
pyyaml==3.11
|
pyyaml==3.11
|
||||||
requests==2.10.0
|
requests[socks]==2.10.0
|
||||||
|
|
|
@ -25,7 +25,7 @@ outgoing: # communication with search engines
|
||||||
pool_maxsize : 10 # Number of simultaneous requests by host
|
pool_maxsize : 10 # Number of simultaneous requests by host
|
||||||
# uncomment below section if you want to use a proxy
|
# uncomment below section if you want to use a proxy
|
||||||
# see http://docs.python-requests.org/en/latest/user/advanced/#proxies
|
# see http://docs.python-requests.org/en/latest/user/advanced/#proxies
|
||||||
# SOCKS proxies are not supported : see https://github.com/kennethreitz/requests/pull/478
|
# SOCKS proxies are also supported: see http://docs.python-requests.org/en/master/user/advanced/#socks
|
||||||
# proxies :
|
# proxies :
|
||||||
# http : http://127.0.0.1:8080
|
# http : http://127.0.0.1:8080
|
||||||
# https: http://127.0.0.1:8080
|
# https: http://127.0.0.1:8080
|
||||||
|
|
Loading…
Reference in New Issue