Go to file
2022-10-23 21:30:04 +08:00
.github/workflows ci: fix warning 2022-10-22 16:27:48 +08:00
luci-app-mosdns luci-app-mosdns: update adblock list cdn 2022-10-13 21:59:10 +08:00
mosdns mosdns: update to v4.5.1 2022-10-23 21:30:04 +08:00
install.sh install.sh: allow insecure connections fix #23 2022-10-16 19:32:54 +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)"