proxy.stream
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,0 +0,0 @@ // Author : Lijian Qiu |
@@ -0,0 +0,0 @@ // Author : Lijian Qiu |
@@ -10,3 +10,3 @@ // Author : Lijian Qiu | ||
var IP = require('./IP').IP; | ||
var IP = require('./ip').IP; | ||
var HttpParser = require('./http_parser').HttpParser; | ||
@@ -13,0 +13,0 @@ |
@@ -0,0 +0,0 @@ // Author : Lijian Qiu |
@@ -0,0 +0,0 @@ // Author : Lijian Qiu |
@@ -0,0 +0,0 @@ // Author : Lijian Qiu |
{ | ||
"name": "proxy.stream", | ||
"description": "It's a nodejs proxy, implemented steam interface, supports socks4, socks4a, socks5 and http.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Lijian Qiu", | ||
@@ -6,0 +6,0 @@ "keywords": ["proxy", "http", "socks4", "socks5", "stream"], |
@@ -41,4 +41,8 @@ proxy.stream | ||
###Example 3: qproxy | ||
Proxy based on WebSocket. [Source](https://github.com/loye/node.qproxy) | ||
###More | ||
This is a stream, it can be used simply in multiple scenarios. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26011
48