~全面适配ax6s等小米镜像化系统设备
  ·支持procd守护进程
  ·支持设置开机启动
  ·支持自动开启SSH及备份还原SSH秘钥
~重做小米SSH工具,现在支持各类小米路由设备软件固化SSH(待测试)
~重写自启逻辑,现在支持Padavan、梅林开关开机启动功能
~同步最新版本数据库文件
~同步最新版本Dashboard面板
~修复流媒体预解析功能相关bug
This commit is contained in:
juewuy
2022-03-16 20:33:59 +08:00
parent 3ee6aebe62
commit 563bc235d6
4 changed files with 29 additions and 29 deletions

View File

@@ -1201,8 +1201,7 @@ tools(){
tools
elif [ "$num" = 4 ]; then
nslookup baidu.com > /dev/null 2>&1
if [ "$?" = 0 ];then
if type nslookup > /dev/null 2>&1;then
checkcfg=$(cat $ccfg)
streaming
if [ -n "$PID" ];then
@@ -1211,7 +1210,7 @@ tools(){
fi
else
echo -----------------------------------------------
echo "当前设备缺少nslookup命令无法启用媒体预解析功能!"
echo "当前设备缺少nslookup命令无法启用媒体预解析功能!"
echo "Centos请尝试使用以下命令安装【yum -y install bind-utils】"
echo "Debian/Ubuntu等请尝试使用【sudo apt-get install dnsutils -y】"
sleep 1