|
@@ -25,7 +25,7 @@ outgoing: # communication with search engines
|
25
|
25
|
pool_maxsize : 10 # Number of simultaneous requests by host
|
26
|
26
|
# uncomment below section if you want to use a proxy
|
27
|
27
|
# see http://docs.python-requests.org/en/latest/user/advanced/#proxies
|
28
|
|
-# SOCKS proxies are not supported : see https://github.com/kennethreitz/requests/pull/478
|
|
28
|
+# SOCKS proxies are also supported: see http://docs.python-requests.org/en/master/user/advanced/#socks
|
29
|
29
|
# proxies :
|
30
|
30
|
# http : http://127.0.0.1:8080
|
31
|
31
|
# https: http://127.0.0.1:8080
|