安装 mosdns在 路由 可以到 github看项目的
如何安装
登录路由后台的 (SSH)
安装
curl# for opkg package manager (openwrt 21.02 ~ 24.10) opkg update opkg install curl # for apk package manager apk update apk add curl一键安装
sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-mosdns/v5/install.sh)"带加速 via ghproxy:
sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-mosdns/v5/install.sh)" _ gh_proxy="https://gh.cooluc.com"
不需要一个一个插件安装 方便!!
