浏览代码

[enh] socks proxy support

Adam Tauber 8 年前
父节点
当前提交
b27f07af23
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      requirements.txt
  2. 1
    1
      searx/settings.yml

+ 1
- 1
requirements.txt 查看文件

@@ -9,4 +9,4 @@ pygments==2.1.3
9 9
 pyopenssl==0.15.1
10 10
 python-dateutil==2.5.3
11 11
 pyyaml==3.11
12
-requests==2.10.0
12
+requests[socks]==2.10.0

+ 1
- 1
searx/settings.yml 查看文件

@@ -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