Update README.md

This commit is contained in:
xtaci
2017-01-24 11:08:32 +08:00
committed by GitHub
parent 9f63ea2362
commit e26d19da09
+9
View File
@@ -22,6 +22,8 @@
<img src="kcptun.png" alt="kcptun" height="200px"/>
-
### QuickStart
Download precompiled [Releases](https://github.com/xtaci/kcptun/releases).
@@ -31,6 +33,13 @@ KCP Server: ./server_linux_amd64 -t "TARGET_IP:8388" -l ":4000" -mode fast2
```
The above command can establish 8388/tcp port forwarding (through 4000/udp port).
### Install from source
```
$go get -u github.com/xtaci/kcptun/client
$go get -u github.com/xtaci/kcptun/server
```
All releases are genereated by `build-release.sh` script.
### Performance
<img src="fast.png" alt="fast.com" height="256px" />