From 4e6dd23129a6b47e58759e8ba264109449231ff7 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Mon, 19 Aug 2019 21:26:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=8E=A8=E8=8D=90=E4=BD=BF?= =?UTF-8?q?=E7=94=A8socks5h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oneforall/config.py b/oneforall/config.py index 7d6bcd7..1d4f42a 100644 --- a/oneforall/config.py +++ b/oneforall/config.py @@ -53,8 +53,8 @@ proxy_partial_module = ['GoogleQuery', 'AskSearch', 'DuckDuckGoSearch', 'ContentSecurityPolicy'] # 代理自定义的模块 proxy_pool = [{'http': 'http://127.0.0.1:1080', 'https': 'https://127.0.0.1:1080'}] # 代理池 -# proxy_pool = [{'http': 'socks5://127.0.0.1:10808', -# 'https': 'socks5://127.0.0.1:10808'}] # 代理池 +# proxy_pool = [{'http': 'socks5h://127.0.0.1:10808', +# 'https': 'socks5h://127.0.0.1:10808'}] # 代理池 # 网络请求设置