Skip to content

Commit

Permalink
update 20160716
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 17, 2016
1 parent 8cb8f62 commit 43f247a
Show file tree
Hide file tree
Showing 57 changed files with 227 additions and 127 deletions.
Binary file added 20160514/kcp_client
Binary file not shown.
Binary file added 20160514/kcp_client_mac
Binary file not shown.
Binary file added 20160514/kcp_client_win32.exe
Binary file not shown.
Binary file added 20160514/kcp_client_win64.exe
Binary file not shown.
Binary file added 20160514/kcp_router
Binary file not shown.
Binary file added 20160514/kcp_server
Binary file not shown.
Binary file added 20160514/kcp_server_386
Binary file not shown.
31 changes: 28 additions & 3 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
kcp-Server(XiaoBao)一键安装脚本 Changelog
===========================================
1.0
+ Add 实现kcp-Server(XiaoBao)一键安装
kcp-Server一键安装脚本 Changelog
===========================================
1.8 [2016-07-16 10:25]
+ Add 添加MD5下载验证
1.7 [2016-07-16 06:58]
* Fix 修正默认配置文件内容
1.6 [2016-07-08 13:07]
* Fix 修正脚本显示错误
1.5 [2016-07-08 13:07]
* Update 更新版本至20160708
1.4 [2016-06-06 12:29]
* Fix 修正客户端配置文件多出换行符问题
1.3 [2016-05-19 16:10]
* Modiy 更新服务器IP地址获取命令
1.2 [2016-05-17 20:44]
* Modiy 更改MTU值
1.1 [2016-05-15 01:18]
* Fix 修复一些脚本错误
1.0 [2016-05-15 00:10]
+ Add 实现kcp-Server一键安装

===========================================
kcp-Server启动脚本 Changelog
===========================================
1.1 [2016-05-15 01:18]
* Fix 修复一些脚本错误
1.0 [2016-05-15 00:10]
+ Add 实现kcp-Server一键安装
46 changes: 42 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ KCP-Server
===========

##感谢[kcptun](https://github.com/xtaci/kcptun)提供这么优秀的软件
(kcptun是kcp协议的一个简单应用,可以用于任意tcp网络程序的传输承载,以提高网络流畅度,降低掉线情况。)
##感谢[koolshare](http://koolshare.cn/forum-72-1.html)[小宝](http://koolshare.cn/space-uid-2380.html) 宝大二次开发的。
kcptun是kcp协议的一个简单应用,可以用于任意tcp网络程序的传输承载,以提高网络流畅度,降低掉线情况。

脚本是业余爱好,英文属于文盲,写的不好,不要笑话我,欢迎您批评指正。
安装平台:CentOS、Debian、Ubuntu。
Expand All @@ -28,6 +27,45 @@ Server

Usage: /etc/init.d/kcp-server {start|stop|restart|status}

### 多用户配置文件
### 多用户配置文件示例

/usr/local/kcp-server/.kcp_server_config.sh
{
"server":"0.0.0.0",
"redir_port":0,
"sndwnd":128,
"rcvwnd":1024,
"mtu":1350,
"mode":"fast2",
"nocomp": false,
"port_password":
{
"端口1": "密码1",
"端口2": "密码2",
"端口3": "密码3",
"端口4": "密码4",
"端口5": "密码5"
},
"_comment":
{
"端口1": "端口描述1",
"端口2": "端口描述2",
"端口3": "端口描述3",
"端口4": "端口描述4",
"端口5": "端口描述5"
}
}

### 客户端配置文件示例

{
"server":"你服务器IP地址",
"server_port":服务器端口,
"password":"端口对应的密码",
"socks5_port":1080,
"redir_port":0,
"mode":"fast2"
"sndwnd":128,
"rcvwnd":1024,
"mtu":1350,
"nocomp": false
}
Binary file added beta/client_darwin_386
Binary file not shown.
Binary file added beta/client_darwin_amd64
Binary file not shown.
Binary file added beta/client_freebsd_386
Binary file not shown.
Binary file added beta/client_freebsd_amd64
Binary file not shown.
Binary file added beta/client_linux_386
Binary file not shown.
Binary file added beta/client_linux_amd64
Binary file not shown.
Binary file added beta/client_linux_arm5
Binary file not shown.
Binary file added beta/client_linux_arm6
Binary file not shown.
Binary file added beta/client_linux_arm7
Binary file not shown.
Binary file added beta/client_windows_386.exe
Binary file not shown.
Binary file added beta/client_windows_amd64.exe
Binary file not shown.
22 changes: 22 additions & 0 deletions beta/md5sum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
3be74019b67574246043eeee390de83e client_darwin_386
fb4cee33fd4c0108367ed8bdd0ff4b0c client_darwin_amd64
14af8f24d68a3e2f8c7f686aba816564 client_freebsd_386
e8b24c65b5351600be62def37acab763 client_freebsd_amd64
8a1c8f95087de69ebd7035de58d812e2 client_linux_386
3da32c0ba11d4a0700af343ce510f1f0 client_linux_amd64
c6c59cfdd72606965387b23539f98c6a client_linux_arm5
47f2a955bf2dc40b3f1d93899059374b client_linux_arm6
6bd09048ac8762445dbabd40e5a98a95 client_linux_arm7
f067aef76e5671feeb679b484ee2d4cd client_windows_386.exe
4ad50fb895256b22acbcb4d5678cc430 client_windows_amd64.exe
8cf3e02f2eb5c72897d4f1b459e01233 server_darwin_386
9cb0f71b80cefd13ffb3da7af7cceb44 server_darwin_amd64
b51dc4c6a474e9ff619d46a94798c155 server_freebsd_386
3bda5321c3c2d05c1160fa2a6c83b9d8 server_freebsd_amd64
c7827c99ce102d7ae5e4038f985c5171 server_linux_386
884921ed8214cc28cf49c90ab55ce447 server_linux_amd64
e061dc590af182f80632a60ae3d829fb server_linux_arm5
9c3d23fd0eff92b5d1ddb0b694655dee server_linux_arm6
7f07716ccc0d49582f067e0f505e8474 server_linux_arm7
c3c412d1633258e4d828f5e592f67be1 server_windows_386.exe
d06d8288478166a60050968188af58f0 server_windows_amd64.exe
Binary file added beta/server_darwin_386
Binary file not shown.
Binary file added beta/server_darwin_amd64
Binary file not shown.
Binary file added beta/server_freebsd_386
Binary file not shown.
Binary file added beta/server_freebsd_amd64
Binary file not shown.
Binary file added beta/server_linux_386
Binary file not shown.
Binary file added beta/server_linux_amd64
Binary file not shown.
Binary file added beta/server_linux_arm5
Binary file not shown.
Binary file added beta/server_linux_arm6
Binary file not shown.
Binary file added beta/server_linux_arm7
Binary file not shown.
Binary file added beta/server_windows_386.exe
Binary file not shown.
Binary file added beta/server_windows_amd64.exe
Binary file not shown.
Loading

0 comments on commit 43f247a

Please sign in to comment.