socks5

  • 基于Tor socks5的http消息类

    try{ $tor = new TorHttp('127.0.0.1', 9050); $data = array('username' => 'liujun'); $headers = array('Cookie' => 'php教程id=123456; xx=v');......2016-11-25 15:56
  • 100多行PHP代码实现socks5代理服务器[2]

    这篇文章主要介绍了100多行PHP代码实现socks5代理服务器,需要的朋友可以参考下...2016-05-10 10:11
  • 100行PHP代码实现socks5代理服务器

    这个例子说了in the real world, do something here to ensure clients not running are destroyed 但是,如何把不再运行的连接销毁却没有讲。恩。我试了把$clients放到一个类里,把类传给线程类,然后在线程类要结束时把$......2016-05-04 10:11