google-code-export / wallproxy-plugins

Automatically exported from code.google.com/p/wallproxy-plugins
0 stars 0 forks source link

请问如何设置最后一级代理为socks #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
python 不太懂,库文件也不熟悉..
请问源代码里面如何把最后一级代理从http设置成socks5

先谢谢了!!

Original issue reported on code.google.com by at86mo...@gmail.com on 2 Aug 2011 at 1:29

GoogleCodeExporter commented 9 years ago
'proxy': 'socks5://1.1.1.1:111'
'proxy': ('socks5://1.1.1.1:111', 'socks5://2.2.2.2:222')
'proxy': ('socks5://1.1.1.1:111', 'socks5://2.2.2.2:222', 'http://3.3.3.3:333')
格式都相同,类型放在://前

Original comment by dtma...@163.com on 2 Aug 2011 at 10:59