Skip to content

Commit 43f247a

Browse files
author
root
committed
update 20160716
1 parent 8cb8f62 commit 43f247a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+227
-127
lines changed

20160514/kcp_client

1.07 MB
Binary file not shown.

20160514/kcp_client_mac

4.12 MB
Binary file not shown.

20160514/kcp_client_win32.exe

2.96 MB
Binary file not shown.

20160514/kcp_client_win64.exe

3.77 MB
Binary file not shown.

20160514/kcp_router

958 KB
Binary file not shown.

20160514/kcp_server

1.07 MB
Binary file not shown.

20160514/kcp_server_386

982 KB
Binary file not shown.

Changelog

+28-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
kcp-Server(XiaoBao)一键安装脚本 Changelog
21
===========================================
3-
1.0
4-
+ Add 实现kcp-Server(XiaoBao)一键安装
2+
kcp-Server一键安装脚本 Changelog
3+
===========================================
4+
1.8 [2016-07-16 10:25]
5+
+ Add 添加MD5下载验证
6+
1.7 [2016-07-16 06:58]
7+
* Fix 修正默认配置文件内容
8+
1.6 [2016-07-08 13:07]
9+
* Fix 修正脚本显示错误
10+
1.5 [2016-07-08 13:07]
11+
* Update 更新版本至20160708
12+
1.4 [2016-06-06 12:29]
13+
* Fix 修正客户端配置文件多出换行符问题
14+
1.3 [2016-05-19 16:10]
15+
* Modiy 更新服务器IP地址获取命令
16+
1.2 [2016-05-17 20:44]
17+
* Modiy 更改MTU值
18+
1.1 [2016-05-15 01:18]
19+
* Fix 修复一些脚本错误
20+
1.0 [2016-05-15 00:10]
21+
+ Add 实现kcp-Server一键安装
22+
23+
===========================================
24+
kcp-Server启动脚本 Changelog
25+
===========================================
26+
1.1 [2016-05-15 01:18]
27+
* Fix 修复一些脚本错误
28+
1.0 [2016-05-15 00:10]
29+
+ Add 实现kcp-Server一键安装

README.md

+42-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ KCP-Server
22
===========
33

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

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

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

31-
### 多用户配置文件
30+
### 多用户配置文件示例
3231

33-
/usr/local/kcp-server/.kcp_server_config.sh
32+
{
33+
"server":"0.0.0.0",
34+
"redir_port":0,
35+
"sndwnd":128,
36+
"rcvwnd":1024,
37+
"mtu":1350,
38+
"mode":"fast2",
39+
"nocomp": false,
40+
"port_password":
41+
{
42+
"端口1": "密码1",
43+
"端口2": "密码2",
44+
"端口3": "密码3",
45+
"端口4": "密码4",
46+
"端口5": "密码5"
47+
},
48+
"_comment":
49+
{
50+
"端口1": "端口描述1",
51+
"端口2": "端口描述2",
52+
"端口3": "端口描述3",
53+
"端口4": "端口描述4",
54+
"端口5": "端口描述5"
55+
}
56+
}
57+
58+
### 客户端配置文件示例
59+
60+
{
61+
"server":"你服务器IP地址",
62+
"server_port":服务器端口,
63+
"password":"端口对应的密码",
64+
"socks5_port":1080,
65+
"redir_port":0,
66+
"mode":"fast2"
67+
"sndwnd":128,
68+
"rcvwnd":1024,
69+
"mtu":1350,
70+
"nocomp": false
71+
}

beta/client_darwin_386

1.16 MB
Binary file not shown.

beta/client_darwin_amd64

1.27 MB
Binary file not shown.

beta/client_freebsd_386

1.08 MB
Binary file not shown.

beta/client_freebsd_amd64

4.29 MB
Binary file not shown.

beta/client_linux_386

1.08 MB
Binary file not shown.

beta/client_linux_amd64

1.19 MB
Binary file not shown.

beta/client_linux_arm5

1.05 MB
Binary file not shown.

beta/client_linux_arm6

1.04 MB
Binary file not shown.

beta/client_linux_arm7

1.04 MB
Binary file not shown.

beta/client_windows_386.exe

1.04 MB
Binary file not shown.

beta/client_windows_amd64.exe

1.16 MB
Binary file not shown.

beta/md5sum.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
3be74019b67574246043eeee390de83e client_darwin_386
2+
fb4cee33fd4c0108367ed8bdd0ff4b0c client_darwin_amd64
3+
14af8f24d68a3e2f8c7f686aba816564 client_freebsd_386
4+
e8b24c65b5351600be62def37acab763 client_freebsd_amd64
5+
8a1c8f95087de69ebd7035de58d812e2 client_linux_386
6+
3da32c0ba11d4a0700af343ce510f1f0 client_linux_amd64
7+
c6c59cfdd72606965387b23539f98c6a client_linux_arm5
8+
47f2a955bf2dc40b3f1d93899059374b client_linux_arm6
9+
6bd09048ac8762445dbabd40e5a98a95 client_linux_arm7
10+
f067aef76e5671feeb679b484ee2d4cd client_windows_386.exe
11+
4ad50fb895256b22acbcb4d5678cc430 client_windows_amd64.exe
12+
8cf3e02f2eb5c72897d4f1b459e01233 server_darwin_386
13+
9cb0f71b80cefd13ffb3da7af7cceb44 server_darwin_amd64
14+
b51dc4c6a474e9ff619d46a94798c155 server_freebsd_386
15+
3bda5321c3c2d05c1160fa2a6c83b9d8 server_freebsd_amd64
16+
c7827c99ce102d7ae5e4038f985c5171 server_linux_386
17+
884921ed8214cc28cf49c90ab55ce447 server_linux_amd64
18+
e061dc590af182f80632a60ae3d829fb server_linux_arm5
19+
9c3d23fd0eff92b5d1ddb0b694655dee server_linux_arm6
20+
7f07716ccc0d49582f067e0f505e8474 server_linux_arm7
21+
c3c412d1633258e4d828f5e592f67be1 server_windows_386.exe
22+
d06d8288478166a60050968188af58f0 server_windows_amd64.exe

beta/server_darwin_386

1.15 MB
Binary file not shown.

beta/server_darwin_amd64

1.27 MB
Binary file not shown.

beta/server_freebsd_386

1.07 MB
Binary file not shown.

beta/server_freebsd_amd64

4.28 MB
Binary file not shown.

beta/server_linux_386

1.07 MB
Binary file not shown.

beta/server_linux_amd64

1.19 MB
Binary file not shown.

beta/server_linux_arm5

1.04 MB
Binary file not shown.

beta/server_linux_arm6

1.03 MB
Binary file not shown.

beta/server_linux_arm7

1.03 MB
Binary file not shown.

beta/server_windows_386.exe

1.04 MB
Binary file not shown.

beta/server_windows_amd64.exe

1.16 MB
Binary file not shown.

0 commit comments

Comments
 (0)