• Stars
    star
    229
  • Rank 173,344 (Top 4 %)
  • Language
    Lua
  • Created over 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

一个 DNS 转发器 - OpenWrt

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

    # remove v2ray-geodata package from feeds (openwrt-22.03 & master)
    rm -rf feeds/packages/net/v2ray-geodata
    
    git clone https://github.com/sbwml/luci-app-mosdns -b v5 package/mosdns
    git clone https://github.com/sbwml/v2ray-geodata package/v2ray-geodata
    make menuconfig # choose LUCI -> Applications -> luci-app-mosdns
    make V=s
  • Non-Openwrt official source

    # drop mosdns and v2ray-geodata packages that come with the source
    find ./ | grep Makefile | grep v2ray-geodata | xargs rm -f
    find ./ | grep Makefile | grep mosdns | xargs rm -f
    
    git clone https://github.com/sbwml/luci-app-mosdns -b v5 package/mosdns
    git clone https://github.com/sbwml/v2ray-geodata package/v2ray-geodata
    make menuconfig # choose LUCI -> Applications -> luci-app-mosdns
    make V=s

How to install prebuilt packages

  • 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/v5/install.sh)"

1

2

More Repositories

1

luci-app-alist

LuCI support for alist (注意:避免硬盘数据丢失风险,请勿替换 alist-org/alist 官方二进制文件方式升级)
Shell
586
star
2

alist-heroku

Shell
77
star
3

builder

OpenWRT for X86_64 & NanoPi R4S/R5S/R5C(该仓库无法 Fork 使用,构建脚本 https://github.com/sbwml/r4s_build_script)
21
star
4

hello-repl

HTML
16
star
5

nanopi-r5s-openwrt

15
star
6

openwrt_helloworld

https://github.com/fw876/helloworld https://github.com/xiaorouji/openwrt-passwall
HTML
8
star
7

TrollStore_zh_Hans

TrollStore 简体中文
8
star
8

nanopi-r4s-openwrt

4
star
9

luci-app-qbittorrent

qBittorrent master branch requires GCC11 or update version. If the GCC version is too low, you can use the 4.4.5 branches.
Makefile
4
star
10

mkbootimg

Python
3
star
11

nginx-proxy-heroku

Shell
2
star
12

openwrt-package

build
Shell
2
star
13

treble_kernel_xiaomi_msm8998

C
2
star
14

clang

Prebuilt clang from https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/
C++
1
star
15

testbuild

1
star
16

openwrt-sdk

1
star
17

kmod-x86_64

Standard ML
1
star
18

autocore-arm

Lua
1
star
19

upload-test

1
star
20

kernel_patch-sagit

1
star
21

feeds_packages_net_frp

Shell
1
star
22

openwrt-filebrowser

Lua
1
star
23

vendor_apps_MiuiCamera

Makefile
1
star
24

v2ray-geodata

Makefile
1
star
25

centos_linux_6.1

1
star
26

android_device_xiaomi_sagit

sagit: Device tree
C++
1
star
27

builder_test

编译测试
1
star
28

vendor_apps_GoogleCamera

Makefile
1
star
29

nanopi-r5s-kmods

https://r5s.cooluc.com 固件内核模块
1
star
30

ss-rust

1
star
31

openwrt_pkgs

一些不常更新的包
C
1
star
32

r4s_build_script

Makefile
1
star
33

miniupnpd

https://github.com/openwrt/packages/commit/f1c69d0e6cea3dc33e3cc86e22812afb8ecb1032
Shell
1
star
34

addition-trans-zh

Lua
1
star
35

luci-app-upnp

https://github.com/openwrt/luci/tree/c0224f765fddce0d5edcafd7b14198c6837762c3
JavaScript
1
star
36

package_kernel_r8125

Realtek RTL8125 / RTL8125B(S)(G) / RTL8126A Driver for OpenWrt
C
1
star
37

action_test

1
star
38

package_kernel_r8168

Realtek RTL8168/8111/8112 Driver for Openwrt
C
1
star