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

View File

@@ -1,6 +1,6 @@
# 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.
@@ -17,6 +17,7 @@
* 2020-04-26
* 优化工具箱离线使用
* `vsftpd`不能使用的用户可以尝试`entware`的方式启用
* 更新一些arm程序的二进制版本感谢@DC提供的二进制程序
* 2020-03-06
* 更新frps到0.31.2

View File

@@ -4,5 +4,5 @@ needver="0.1.7"
backupfiles="config/aria2.conf"
supports="linux_arm,linux_mips,linux_x86_64"
appinfo="Linux下一款高效的下载工具"
newinfo="支持x86_64设备"
version="0.0.7"
newinfo="更新arm版aria2版本webui版本"
version="0.0.8"

69
apps/aria2/web/AriaNG/index.html Executable file → Normal file

File diff suppressed because one or more lines are too long

BIN
apps/smartdns/bin/smartdns_linux_arm Executable file → Normal file

Binary file not shown.

View File

@@ -3,5 +3,5 @@ appname="smartdns"
needver="0.0.1"
supports="linux_arm,linux_mips,linux_x86_64"
appinfo="DNS加速工具从多个上游DNS服务器查询避免DS污染"
newinfo="更新smartdns程序版本"
version="0.0.3"
newinfo="更新arm版smartdns程序版本"
version="0.0.4"

View File

@@ -1 +0,0 @@
1.0.5

Binary file not shown.

View File

@@ -4,5 +4,5 @@ needver="0.0.1"
supports="linux_arm,linux_mips,linux_x86_64"
backupfiles="config/ftpuser.conf"
appinfo="快速搭建Ftp服务器局域网文件共享"
newinfo="修复vsftpd状态显示bug"
newinfo="修复arm版vsftpd无法启动的bug"
version="0.0.6"