使用推荐使用socks5h

This commit is contained in:
shmilylty
2019-08-19 21:26:09 +08:00
parent f0a3b44c53
commit 4e6dd23129
+2 -2
View File
@@ -53,8 +53,8 @@ proxy_partial_module = ['GoogleQuery', 'AskSearch', 'DuckDuckGoSearch',
'ContentSecurityPolicy'] # 代理自定义的模块 'ContentSecurityPolicy'] # 代理自定义的模块
proxy_pool = [{'http': 'http://127.0.0.1:1080', proxy_pool = [{'http': 'http://127.0.0.1:1080',
'https': 'https://127.0.0.1:1080'}] # 代理池 'https': 'https://127.0.0.1:1080'}] # 代理池
# proxy_pool = [{'http': 'socks5://127.0.0.1:10808', # proxy_pool = [{'http': 'socks5h://127.0.0.1:10808',
# 'https': 'socks5://127.0.0.1:10808'}] # 代理池 # 'https': 'socks5h://127.0.0.1:10808'}] # 代理池
# 网络请求设置 # 网络请求设置