超容易OpenWrt 安装 MosDNS v5教程
简介
相信你也有这个问题才会搜索到此贴,openwrt无法安装mosdns或者安装后不显示,那么这里会帮助你解决这个问题
教程
先登录openwrt的ssh或者TTYD终端去卸载和mosdns相关的软件包
opkg remove mosdns
删除数据
rm -rf /etc/config/mosdns /etc/mosdns
然后我们重新来安装一下mosdns,先更新,并且安装curl
opkg update
opkg install curl
执行一键脚本进行安装mosdns
sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-mosdns/v5/install.sh)"
最终完成后,就可以在openwrt中显示mosdns了
版权声明:
作者:ivpsr.com
链接:https://ivpsr.com/4419.html
文章版权归作者所有,未经允许请勿转载。
THE END