Go to file
2022-11-21 15:48:44 +08:00
.github/workflows sbwml/openwrt-gh-action-sdk@master 2022-11-02 21:57:28 +08:00
luci-app-mosdns Update whitelist.txt 2022-11-21 15:48:44 +08:00
mosdns mosdns: update to v4.5.3 2022-11-02 18:00:04 +08:00
install.sh Update install.sh 2022-11-02 21:45:14 +08:00
README.md install.sh: allow insecure connections fix #23 2022-10-16 19:32:54 +08:00

luci-app-mosdns

MosDNS is a plug-in DNS forwarder. Users can splicing plug-ins as needed to customize their own DNS processing logic.

How to build

  • Enter in your openwrt dir

  • Openwrt official SnapShots

    git clone https://github.com/sbwml/luci-app-mosdns package/mosdns
    git clone https://github.com/sbwml/v2ray-geodata package/geodata
    make menuconfig # choose LUCI -> Applications -> luci-app-mosdns
    make V=s
    

How to install prebuilt packages (OpenWrt 18 & 19 & 21 & 22 & master)

  • Login OpenWrt terminal (SSH)

  • Install curl package

    opkg update
    opkg install curl
    
  • Execute install script (Multi-architecture support)

    sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-mosdns/master/install.sh)"