Skip to content

Commit f7a70cc

Browse files
authored
Support Official kcptun version
1 parent b9c004e commit f7a70cc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

install-kcp-server.sh

Lines changed: 3 additions & 4 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 ""
@@ -739,4 +739,3 @@ update)
739739
echo "Usage: `basename $0` {install|uninstall|update|config}"
740740
;;
741741
esac
742-

0 commit comments

Comments
 (0)