2020-04-26 10:22:31

This commit is contained in:
monlor
2020-04-26 10:22:31 +08:00
parent a75e4d01d6
commit 8aaa36dab6
8 changed files with 33 additions and 50 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
# MIXBOX # MIXBOX
![](https://github.com/monlor/MIXBOX/workflows/Master-CI/badge.svg) ![](https://github.com/monlor/MIXBOX/workflows/Main-CI/badge.svg)
> MIXBOX是一款全新的,完全基于Shell脚本的工具箱,为在路由器上实现程序的快速配置及运行管理,欢迎大佬们stars、fork及pr. > MIXBOX是一款全新的,完全基于Shell脚本的工具箱,为在路由器上实现程序的快速配置及运行管理,欢迎大佬们stars、fork及pr.
@@ -17,6 +17,7 @@
* 2020-04-26 * 2020-04-26
* 优化工具箱离线使用 * 优化工具箱离线使用
* `vsftpd`不能使用的用户可以尝试`entware`的方式启用 * `vsftpd`不能使用的用户可以尝试`entware`的方式启用
* 更新一些arm程序的二进制版本,感谢@DC提供的二进制程序
* 2020-03-06 * 2020-03-06
* 更新frps到0.31.2 * 更新frps到0.31.2
+2 -2
View File
@@ -4,5 +4,5 @@ needver="0.1.7"
backupfiles="config/aria2.conf" backupfiles="config/aria2.conf"
supports="linux_arm,linux_mips,linux_x86_64" supports="linux_arm,linux_mips,linux_x86_64"
appinfo="Linux下一款高效的下载工具" appinfo="Linux下一款高效的下载工具"
newinfo="支持x86_64设备" newinfo="更新arm版aria2版本,webui版本"
version="0.0.7" version="0.0.8"
Executable → Regular
+26 -43
View File
File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -3,5 +3,5 @@ appname="smartdns"
needver="0.0.1" needver="0.0.1"
supports="linux_arm,linux_mips,linux_x86_64" supports="linux_arm,linux_mips,linux_x86_64"
appinfo="DNS加速工具,从多个上游DNS服务器查询,避免DS污染" appinfo="DNS加速工具,从多个上游DNS服务器查询,避免DS污染"
newinfo="更新smartdns程序版本" newinfo="更新arm版smartdns程序版本"
version="0.0.3" version="0.0.4"
-1
View File
@@ -1 +0,0 @@
1.0.5
Binary file not shown.
+1 -1
View File
@@ -4,5 +4,5 @@ needver="0.0.1"
supports="linux_arm,linux_mips,linux_x86_64" supports="linux_arm,linux_mips,linux_x86_64"
backupfiles="config/ftpuser.conf" backupfiles="config/ftpuser.conf"
appinfo="快速搭建Ftp服务器,局域网文件共享" appinfo="快速搭建Ftp服务器,局域网文件共享"
newinfo="修复vsftpd状态显示bug" newinfo="修复arm版vsftpd无法启动的bug"
version="0.0.6" version="0.0.6"