Skip to content

Commit 3a8e3dd

Browse files
committed
Support Official kcptun version
1 parent e560b51 commit 3a8e3dd

File tree

10 files changed

+3
-11
lines changed

10 files changed

+3
-11
lines changed

client_latest/client_darwin_386

-1.05 MB
Binary file not shown.

client_latest/client_darwin_amd64

-1.15 MB
Binary file not shown.

client_latest/client_freebsd_386

-1000 KB
Binary file not shown.

client_latest/client_freebsd_amd64

-3.25 MB
Binary file not shown.

client_latest/client_linux_386

-999 KB
Binary file not shown.

client_latest/client_linux_amd64

-1.09 MB
Binary file not shown.
-957 KB
Binary file not shown.
-1.03 MB
Binary file not shown.

client_latest/md5sum.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
9b57dec79798f24f29d29c13ed5227ed client_darwin_386
2-
e51f1d1f13771b68baa0de9f71182760 client_darwin_amd64
3-
56ad9c456c7faa4cadae18ef3a65ec06 client_freebsd_386
4-
31b305a0fe8b9d6fcb683e7d54f1b846 client_freebsd_amd64
5-
087e037a99cb5329ceea195ac94635eb client_linux_386
6-
50da9431fba2249d7c104db0be0e158f client_linux_amd64
71
a35674af85cfa0f746a6b0d14920c66a client_linux_arm5
82
89e9bc202f65b36034830484f2560b32 client_linux_arm6
93
082befa488bb57e6083ec837b5a82694 client_linux_arm7
10-
30eecc79c86164475b42bc7ce6503052 client_windows_386.exe
11-
922912e8a8683fe5791e6e8780f7ef02 client_windows_amd64.exe

install-kcp-server.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ program_name="kcp-server"
1414
kcp_init="/etc/init.d/${program_name}"
1515
program_config_file="server-kcptun.json"
1616
program_download_url="https://github.com/xtaci/kcptun/releases/download"
17-
program_socks5_download="https://raw.githubusercontent.com/clangcn/kcptun-server/master/socks5_latest"
17+
program_socks5_download="https://raw.githubusercontent.com/clangcn/kcp-server/master/socks5_latest"
1818
program_socks5_filename="socks5"
1919
socks_md5sum_file=md5sum.md
20-
program_init_download_url=https://raw.githubusercontent.com/clangcn/kcptun-server/master/install-kcptun-server.sh
21-
str_install_shell=https://raw.githubusercontent.com/clangcn/kcp-server/socks5/install-kcptun-server.sh
20+
program_init_download_url=https://raw.githubusercontent.com/clangcn/kcp-server/master/kcptun-server.init
21+
str_install_shell=https://raw.githubusercontent.com/clangcn/kcp-server/master/install-kcp-server.sh
2222

2323
function fun_clang.cn(){
2424
echo ""

0 commit comments

Comments
 (0)