Merge pull request #52 from abcfy2/master

升级kcptun版本,修正kcptun加速的错误配置,topack
This commit is contained in:
Chaco Green
2019-05-02 07:53:02 -05:00
committed by GitHub
9 changed files with 621 additions and 636 deletions

View File

@@ -1,7 +0,0 @@
service="Aria2"
appname="aria2"
needver="0.0.1"
supports="linux_arm,linux_mips,linux_x86_64"
appinfo="Linux下一款高效的下载工具"
newinfo="更新aria2web页面修复日志问题"
version="0.0.2"

View File

@@ -1,8 +0,0 @@
service="BaiduPCS"
appname="baidupcs"
needver="0.0.1"
backupfiles=""
supports="linux_arm,linux_mips,linux_x86_64,darwin_x86_64"
appinfo="第三方百度网盘web客户端基于Go语言"
newinfo="二进制更新至3.6.6"
version="0.0.4"

View File

@@ -1,8 +0,0 @@
service="FileBrowser"
appname="filebrowser"
needver="0.0.1"
appinfo="Web文件浏览器"
supports="linux_arm,linux_mips,linux_x86_64,darwin_x86_64"
backupfiles="config/filebrowser.conf"
newinfo="更新arm二进制至2.0.3"
version="0.0.2"

View File

@@ -1,8 +0,0 @@
service="Frps"
appname="frps"
needver="0.0.1"
openport="1"
supports="linux_arm,linux_mips,linux_x86_64,darwin_x86_64"
appinfo="内网穿透工具Frp服务端"
newinfo="frp程序更新到0.21.0"
version="..1"

BIN
apps/shadowsocks/bin/kcptun_linux_arm Normal file → Executable file

Binary file not shown.

BIN
apps/shadowsocks/bin/kcptun_linux_mips Normal file → Executable file

Binary file not shown.

BIN
apps/shadowsocks/bin/kcptun_linux_x86_64 Normal file → Executable file

Binary file not shown.

View File

@@ -310,13 +310,16 @@ shadowsocks() {
readsh "请输入加速kcp服务器密码(--key)" "ss_kcp_password"
readsh "请输入加速kcp模式(--mode)" "ss_kcp_mode" "fast"
readsh "请输入加速kcp加密方式(--crypt)" "ss_kcp_crypt" "aes"
readsh "请输入加速kcp的DSCP(--dscp),需要与服务端的这个参数保持一致" "ss_kcp_dscp" "0"
read -p "剩余一些不必要的配置,是否继续?[1/0] " res
if [ "$res" = '1' ]; then
readsh "请输入加速kcp的MTU(--mtu)" "ss_kcp_mtu" "1350"
readsh "请输入加速kcp发送窗口(--sndwnd)" "ss_kcp_sndwnd" "128"
readsh "请输入加速kcp接收窗口(--rcvwnd)" "ss_kcp_rcvwnd" "1024"
readsh "请输入加速kcp链接数(--conn)" "ss_kcp_conn" "1"
readsh "请输入加速kcp关闭数据压缩(--nocomp)" "ss_kcp_compon" "1"
readsh "请输入加速kcp关闭数据压缩(--nocomp)" "ss_kcp_nocomp" "0"
readsh "请输入加速kcp的socket buffer(--sockbuf),单位: 字节" "ss_kcp_sockbuf" "4194304"
readsh "请输入加速kcp的全局de-mux buffer(--smuxbuf),单位: 字节" "ss_kcp_smuxbuf" "4194304"
readsh "请输入加速kcp的其他配置项" "ss_kcp_config"
fi
fi
@@ -444,4 +447,4 @@ shadowsocks() {
}
#---------------【ShadowSocks】-----------------
#---------------【ShadowSocks】-----------------

File diff suppressed because it is too large Load Diff