We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用Kwrt 构建的小米4A刷机包,用着不错就是HomeProxy每次重启都会自动退回最初sing-box v1.9.3版本,不知道怎么解决?内核是不是该更新了? 我手动更新/tmp/sing-box 内核到sing-box v1.10.3内核版本运行很正常,只是一重启路由器 就会又退回到最初版本。后来看了下/usr/bin/sing-box 的配置文件发现,每次重启都会拉取这个网站的低版本内核:https://cdn.jsdelivr.net/gh/kiddin9/bin@d58631e71b8b296318fc4c92cca7b20b1e6eddd7/mipsel_24kc/sing-box 这是配置文件: #!/bin/sh
if [ ! -f /tmp/sing-box ];then while ! (curl -sfL -o /tmp/sing-box https://cdn.jsdelivr.net/gh/kiddin9/bin@d58631e71b8b296318fc4c92cca7b20b1e6eddd7/mipsel_24kc/sing-box);do sleep 1 done fi /tmp/sing-box $@
exit 0
现在sing-box的mipsel_24kc的内核文件都更新到 v1.10.3,怎么还拉取1.9.3版本的差10个版本了啊????删除拉取那段代码开机内核就会丢失,HomeProxy就会报错不运行。大佬更新下内核吧,要不我每次重启路由器都要手动更新sing-box v1.10.3内核。
The text was updated successfully, but these errors were encountered:
sing-box_1.10.3-r1_mipsel_24kc-内核文件:sing-box_1.10.3-r1_mipsel_24kc-内核文件.zip
Sorry, something went wrong.
已更新内核
感谢大佬更新,现在重启就是最新版内核了,而且比我自己更换的内核文件小得多才5.54MB,我自己下载的内核文件30多MB,对于小内存的设备友好很多。太感谢了!!!
No branches or pull requests
用Kwrt 构建的小米4A刷机包,用着不错就是HomeProxy每次重启都会自动退回最初sing-box v1.9.3版本,不知道怎么解决?内核是不是该更新了? 我手动更新/tmp/sing-box 内核到sing-box v1.10.3内核版本运行很正常,只是一重启路由器 就会又退回到最初版本。后来看了下/usr/bin/sing-box 的配置文件发现,每次重启都会拉取这个网站的低版本内核:https://cdn.jsdelivr.net/gh/kiddin9/bin@d58631e71b8b296318fc4c92cca7b20b1e6eddd7/mipsel_24kc/sing-box
这是配置文件:
#!/bin/sh
if [ ! -f /tmp/sing-box ];then
while ! (curl -sfL -o /tmp/sing-box https://cdn.jsdelivr.net/gh/kiddin9/bin@d58631e71b8b296318fc4c92cca7b20b1e6eddd7/mipsel_24kc/sing-box);do
sleep 1
done
fi
/tmp/sing-box $@
exit 0
现在sing-box的mipsel_24kc的内核文件都更新到 v1.10.3,怎么还拉取1.9.3版本的差10个版本了啊????删除拉取那段代码开机内核就会丢失,HomeProxy就会报错不运行。大佬更新下内核吧,要不我每次重启路由器都要手动更新sing-box v1.10.3内核。
The text was updated successfully, but these errors were encountered: