浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Python equivalent of Ruby SOCKsify - Stack Overflow

Python equivalent of Ruby SOCKsify up vote 0 down vote favorite 1 share [g+] share [fb] share [tw] Ruby has this very nice gem that allows redirecting all network traffic trough a SOCKS proxy require 'socksify' TCPSocket::socks_server = "127.0.0.1" TCPSocket::socks_port = 9050 rubyforge_www = TCPSocket.new("rubyforge.org", 80) # => # Is there any python equivalent? python ruby proxy socks link|edit|flag asked Mar 6 at 15:04 Luca Martinetti 9461926 77% accept rate     my super googling skills gave me socksipy.sourceforge.net and sourceforge.net/projects/pysocks. There is also stackoverflow.com/questions/2537726/… – Simon Mar 6 at 15:24
posted on 2012-04-16 22:50  lexus  阅读(315)  评论(0编辑  收藏  举报