Skip to content

Commit 9fe7649

Browse files
committed
upgrade to version 0.1.2
1 parent 6e39087 commit 9fe7649

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ net.createServer(function (s) {
4040

4141
###Example 3: qproxy
4242

43-
Proxy based on websocket for crossing "GFW". [Source](https://github.com/loye/node.qproxy)
43+
Proxy based on WebSocket. [Source](https://github.com/loye/node.qproxy)
4444

4545
###More
4646

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "proxy.stream",
33
"description": "It's a nodejs proxy, implemented steam interface, supports socks4, socks4a, socks5 and http.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"author": "Lijian Qiu",
66
"keywords": ["proxy", "http", "socks4", "socks5", "stream"],
77
"repository": {

0 commit comments

Comments
 (0)