All Projects → honwen → openwrt-dnsmasq-extra

honwen / openwrt-dnsmasq-extra

Licence: other
Anti Pollution/ADs DNS for OpenWrt/LEDE

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to openwrt-dnsmasq-extra

lede-dockerbuilder
A (container based) LEDE/OpenWrt image builder.
Stars: ✭ 53 (+55.88%)
Mutual labels:  openwrt, lede
apm82181-lede
APM82181 LEDE Repository
Stars: ✭ 18 (-47.06%)
Mutual labels:  openwrt, lede
HomeLede
An Openwrt firmware for home use scenarios.
Stars: ✭ 925 (+2620.59%)
Mutual labels:  openwrt, lede
scale-network
SCaLE's on-site expo network configurations, wifi, tooling, and scripts
Stars: ✭ 13 (-61.76%)
Mutual labels:  openwrt, lede
OpenWrts
OPENWRT 固件(Raspberry Pi4B/3B+,NanoPi R4S,Orange Pi R1Plus,x86) 依源码更新自动编译
Stars: ✭ 100 (+194.12%)
Mutual labels:  openwrt, lede
openwrt-build-env
OpenWrt build environment in docker | Docker 中的 OpenWrt 编译环境
Stars: ✭ 77 (+126.47%)
Mutual labels:  openwrt, lede
luci-openwisp
OpenWISP configuration interface implemented as LuCI extensions
Stars: ✭ 21 (-38.24%)
Mutual labels:  openwrt, lede
lede-dockercompiler
Docker image to compile LEDE/OpenWrt from source
Stars: ✭ 21 (-38.24%)
Mutual labels:  openwrt, lede
ansible-nnxx
Ansible configurations for the nnxx infrastructure
Stars: ✭ 11 (-67.65%)
Mutual labels:  openwrt, lede
OpenWrtAction
Openwrt automatic compilation project of github action
Stars: ✭ 28 (-17.65%)
Mutual labels:  openwrt, lede
plan44-feed
OpenWrt feed containing plan44 packages
Stars: ✭ 25 (-26.47%)
Mutual labels:  openwrt, lede
noddos
Noddos client
Stars: ✭ 78 (+129.41%)
Mutual labels:  dns, lede
CloudFlare-DDNS-Script
CloudFlare-DDNS-Script Support LEDE/Openwrt with IPv4/IPv6
Stars: ✭ 40 (+17.65%)
Mutual labels:  openwrt, lede
ansible-openwrt
Ansible collection to configure your OpenWrt devices more quickly and automatically (without Python)
Stars: ✭ 34 (+0%)
Mutual labels:  openwrt, lede
gluon-firmware-selector
Firmware selector for gluon router images
Stars: ✭ 19 (-44.12%)
Mutual labels:  openwrt, lede
openwrt-scripts
A collection of some useful scripts running on OpenWrt/LEDE routers
Stars: ✭ 43 (+26.47%)
Mutual labels:  openwrt, lede
Openwrt Fanqiang
最好的路由器翻墙、科学上网教程—OpenWrt—shadowsocks
Stars: ✭ 3,894 (+11352.94%)
Mutual labels:  dns, openwrt
Ts Dns
Telescope DNS,简单易用的DNS分组/转发器
Stars: ✭ 205 (+502.94%)
Mutual labels:  dns, gfwlist
meta-openwrt
OE/Yocto metadata layer for OpenWRT
Stars: ✭ 75 (+120.59%)
Mutual labels:  openwrt, lede
firmware-core
nodewatcher firmware.
Stars: ✭ 26 (-23.53%)
Mutual labels:  openwrt, lede

Usage

  • 从 OpenWrt 的 SDK 编译

    # 以 ar71xx 平台为例
    tar xjf OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
    cd OpenWrt-SDK-ar71xx-*
    # 添加 feeds
    git clone https://github.com/shadowsocks/openwrt-feeds.git package/feeds
    # 获取 Makefile
    git clone https://github.com/chenhw2/openwrt-dnsmasq-extra.git package/feeds/openwrt-dnsmasq-extra
    # 选择要编译的包 Network -> [aiodns, smartdns, dnsproxy, dcompass, adguard-home, dnsmasq-extra]
    make menuconfig
    # 开始编译
    make package/feeds/openwrt-dnsmasq-extra/aiodns/compile V=99
    make package/feeds/openwrt-dnsmasq-extra/dnsproxy/compile V=99
    make package/feeds/openwrt-dnsmasq-extra/dcompass/compile V=99
    make package/feeds/openwrt-dnsmasq-extra/smartdns/compile V=99
    make package/feeds/openwrt-dnsmasq-extra/adguard-home/compile V=99
    make package/feeds/openwrt-dnsmasq-extra/dnsmasq-extra/compile V=99

Recommend

  • dnsmasq-extra + aiodns (recommended)

  • dnsmasq-extra + smartdns (recommended)

  • dnsmasq-extra + dcompass (experimental)

  • dnsmasq-extra + dnsproxy

  • dnsmasq-extra + adguard-home

  • dnsmasq-extra + ss(r)-tunnel (+dnsFtcp)

Clean DNS Upstream

  • aiodns@7100 with multidns/DoT/DoH/DNSCrypt

  • dnsproxy@7200 with multidns/DoT/DoH/DNSCrypt

  • dcompass@7500 with multidns/DoT/DoH

  • smartdns@7700 with multidns/DoT/DoH

  • adguard-home@7600 with multidns/DoT/DoH/DNSCrypt and adguard

  • dnsmasq-extra

    • dnsmasq for adblock/bogus
    • dnsmasq/ipset for aiodns/dnsproxy/adguard-home/smartdns/dcompass/ss(r)-tunnel
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].