2019-05-02

This commit is contained in:
monlor
2019-05-02 21:44:17 +08:00
parent e81c5737ac
commit 056d047a8c
17 changed files with 8 additions and 6 deletions

View File

@@ -12,14 +12,14 @@ frps|内网穿透工具Frp服务端|frp程序更新到0.21.0|..2|Frps|linux_arm,
httpfile|搭建简单的web文件浏览页面||0.0.2|HttpFile|linux_arm,linux_mips,linux_x86_64
jetbrains|快速搭建JetBrains激活服务器||0.0.2|JetBrains|linux_arm,linux_mips,linux_x86_64,darwin_x86_64
kms|快速搭建Windows、Office激活服务器|Support for Windows 10 1809, Windows Server 2019 and Office 2019 built-in|0.0.2|Kms|linux_arm,linux_mips,linux_x86_64,darwin_x86_64
kodexplorer|可道云在线文档管理器需要entware环境|修复脚本bug无法启用程序|0.0.3|KodExplorer|linux_arm,linux_mips,linux_x86_64
kodexplorer|可道云在线文档管理器需要entware环境|修复unzip命令缺失|0.0.4|KodExplorer|linux_arm,linux_mips,linux_x86_64
koolproxy|简单,快速屏蔽网页或视频广告|去掉openssl程序采用kp自带程序生成证书减小插件体积|0.0.2|KoolProxy|linux_arm,linux_mips,linux_x86_64
miwifi|小米路由器系统管理修改samba禁用系统更新等|现在修复小米路由器远程访问会自动开放8098端口|0.0.4|MIWIFI|linux_arm,linux_mips
mixbox|一款支持多平台多架构的Shell工具箱|修复由于mbdb导致frpc配置无法识别的bug|0.0.6|MIXBOX|linux_arm,linux_mips,linux_x86_64,darwin_x86_64
ngrok|轻量级的内网穿透工具||0.0.2|Ngrok|linux_arm,linux_mips
pptpd|简单但并不安全的VPN服务器||0.0.2|PPTPD|linux_arm,linux_mips,linux_x86_64
qiandao|koolshare merlin 自动签到程序||0.0.2|QianDao|linux_arm,linux_x86_64
shadowsocks|最好的翻墙工具,没有之一,还可以加速国内外游戏|1.修复v2ray配置文件问题未测试感谢@leafnsand的pr|0.1.0|ShadowSocks|linux_arm,linux_mips,linux_x86_64
shadowsocks|最好的翻墙工具,没有之一,还可以加速国内外游戏|修复kcptun配置错误|0.1.1|ShadowSocks|linux_arm,linux_mips,linux_x86_64
smartdns|DNS加速工具从多个上游DNS服务器查询避免DS污染|更新smartdns程序版本|0.0.3|SmartDNS|linux_arm,linux_mips,linux_x86_64
ssserver|快速搭建ss服务端程序||0.0.2|SSServer|linux_arm,linux_x86_64
tinyproxy|轻量级的Http代理工具||0.0.2|TinyProxy|linux_arm,linux_mips,linux_x86_64

View File

@@ -3,5 +3,6 @@ appname="kodexplorer"
needver="0.0.1"
supports="linux_arm,linux_mips,linux_x86_64"
appinfo="可道云在线文档管理器需要entware环境"
newinfo="修复脚本bug无法启用程序"
newinfo="修复unzip命令缺失"
version="0.0.3"
version="0.0.4"

View File

@@ -5,5 +5,6 @@ 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.修复v2ray配置文件问题未测试感谢@leafnsand的pr"
newinfo="修复kcptun配置错误"
version="0.1.0"
version="0.1.1"

View File

@@ -17,7 +17,7 @@ logsh "【Tools】" "请按任意键安装工具箱(Ctrl + C 退出)."
read answer
#check root
# [ "$USER" != "root" ] && logsh "【Tools】" "请使用root用户安装工具箱" && exit 1
mburl="https://dev.tencent.com/u/monlor/p/MIXBOX/git/raw/master"
mburl="https://raw.githubusercontent.com/MIXBOX/master"
mbtmp="/tmp/mbtmp"
[ ! -d "${mbtmp}" ] && mkdir -p ${mbtmp}
model=$(uname -ms | tr ' ' '_' | tr '[A-Z]' '[a-z]')

View File

@@ -13,7 +13,7 @@ coding_url="https://git.dev.tencent.com/monlor/MIXBOX.git"
coding_raw="https://dev.tencent.com/u/monlor/p/MIXBOX/git/raw/master"
sedsh() {
[ -z "$1" -o -z "$2" -o -z "$3" -o -z "$4" ] && echo "null sedsh params!" && exit 1
[ -z "$1" -o -z "$2" -o -z "$3" ] && echo "null sedsh params!" && exit 1
if [ "$(uname -s)" = "Darwin" ]; then
if [ "$1" = "s" ]; then
sed -i "" "s#$2#$3#g" "$4"