mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-12 16:31:27 +00:00
2019-03-03
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -5,4 +5,4 @@ backupfiles=""
|
||||
supports="linux_arm,linux_mips,linux_x86_64,darwin_x86_64"
|
||||
appinfo="第三方百度网盘web客户端,基于Go语言"
|
||||
newinfo="更新arm和mips程序,作者更新了移动ui"
|
||||
version="0.0.3"
|
||||
version="0.0.4"
|
||||
|
||||
@@ -2,6 +2,6 @@ service=Entware
|
||||
appname="entware"
|
||||
needver="0.0.1"
|
||||
supports="linux_arm,linux_mips,linux_x86_64"
|
||||
newinfo="增加了启动ONMP安装程序的选项"
|
||||
newinfo="修复了ONMP无法使用的问题"
|
||||
appinfo="一款开源且强大的包管理工具,许多功能都通过它来实现"
|
||||
version="0.0.3"
|
||||
version="0.0.4"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
1.2.6
|
||||
@@ -96,7 +96,7 @@ start () {
|
||||
done
|
||||
|
||||
logsh "【$service】" "${appname}服务启动完成"
|
||||
[ "$onmp" == '1' ] && sh -c "$(curl -kfsSl https://raw.githubusercontent.com/mixbox/ONMP/master/oneclick.sh)"
|
||||
[ "$onmp" == '1' ] && sh -c "$(curl -kfsSl https://raw.githubusercontent.com/monlor/ONMP/master/oneclick.sh)"
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -3,5 +3,5 @@ appname="miwifi"
|
||||
needver="0.0.1"
|
||||
supports="linux_arm,linux_mips"
|
||||
appinfo="小米路由器系统管理,修改samba禁用系统更新等"
|
||||
newinfo=""
|
||||
version="0.0.3"
|
||||
newinfo="现在修复小米路由器远程访问会自动开放8098端口"
|
||||
version="0.0.4"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
1.0.7
|
||||
@@ -59,6 +59,7 @@ enable_remote_web() {
|
||||
mount --bind ${mbtmp}/miwifi-webinitrd.conf /etc/sysapihttpd/miwifi-webinitrd.conf
|
||||
/etc/init.d/sysapihttpd restart &> /dev/null
|
||||
remote_text="启动"
|
||||
iptables -I INPUT -p tcp --dport 8098 -j ACCEPT &> /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -66,6 +67,7 @@ disable_remote_web() {
|
||||
umount -lf /etc/sysapihttpd/miwifi-webinitrd.conf &> /dev/null
|
||||
rm -rf ${mbtmp}/miwifi-webinitrd.conf &> /dev/null
|
||||
remote_text="禁用"
|
||||
iptables -D INPUT -p tcp --dport 8098 -j ACCEPT &> /dev/null
|
||||
}
|
||||
|
||||
start() {
|
||||
|
||||
@@ -5,7 +5,5 @@ supports="linux_arm,linux_mips,linux_x86_64"
|
||||
openport="1"
|
||||
backupfiles="config/ssserver.conf,config/sscontrol.conf,config/customize_black.conf,config/customize_white.conf"
|
||||
appinfo="最好的翻墙工具,没有之一,还可以加速国内外游戏"
|
||||
newinfo="1.修复回国模式的未添加ipset规则的bug\n\
|
||||
2.修复其余设备运行模式一直显示科学上网的bug\n\
|
||||
3.修复vray配置文件安全方式为空时的错误"
|
||||
version="0.0.7"
|
||||
newinfo="1.修复v2ray配置文件问题(未测试),感谢@leafnsand的pr"
|
||||
version="0.1.0"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -3,5 +3,5 @@ appname="verysync"
|
||||
needver="0.0.1"
|
||||
supports="linux_arm,linux_mips,linux_x86_64"
|
||||
appinfo="基于p2p的文件同步工具,局域网同步速度快"
|
||||
newinfo=""
|
||||
version="0.0.4"
|
||||
newinfo="更新程序版本"
|
||||
version="0.0.5"
|
||||
|
||||
Reference in New Issue
Block a user