All Projects → peter-tank → luci-app-dnscrypt-proxy2

peter-tank / luci-app-dnscrypt-proxy2

Licence: GPL-3.0 license
LuCI support for dnscrypt-proxy version2 https://github.com/DNSCrypt/dnscrypt-proxy

Programming Languages

lua
6591 projects
shell
77523 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to luci-app-dnscrypt-proxy2

dnscrypt-proxy
dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.
Stars: ✭ 9,198 (+36692%)
Mutual labels:  dnscrypt, dns-over-https, doh, dnscrypt-proxy2
Smartdns
A local DNS server to obtain the fastest website IP for the best Internet experience, 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验。
Stars: ✭ 4,333 (+17232%)
Mutual labels:  dns-over-https, doh, openwrt-package
dns-resolver-infra
Privacy DNS infrastructure
Stars: ✭ 39 (+56%)
Mutual labels:  dnscrypt, dns-over-https, doh
ansible-cloudflared
Install cloudflared and systemd service for DNS-Over-HTTPS
Stars: ✭ 18 (-28%)
Mutual labels:  dns-over-https, doh
powerdns
PowerDNS dnsdist, recursor, authoritative, and admin interface. Supports DNSCrypt, DoH, and DoT.
Stars: ✭ 35 (+40%)
Mutual labels:  dnscrypt, dns-over-https
Hosts Blocklists
Automatically updated, moderated and optimized lists for blocking ads, trackers, malware and other garbage
Stars: ✭ 1,749 (+6896%)
Mutual labels:  dnscrypt, dnscrypt-proxy2
q
A tiny command line DNS client with support for UDP, TCP, DoT, DoH, DoQ and ODoH.
Stars: ✭ 453 (+1712%)
Mutual labels:  dns-over-https, doh
DNS-over-Discord
A 1.1.1.1 DNS resolver built for Discord
Stars: ✭ 228 (+812%)
Mutual labels:  dns-over-https, doh
go-doh-client
A DNS over HTTPS client implementation written in Go
Stars: ✭ 45 (+80%)
Mutual labels:  dns-over-https, doh
bitbar-dnscrypt-proxy-switcher
BitBar plugin to control dnscrypt-proxy usage
Stars: ✭ 147 (+488%)
Mutual labels:  dnscrypt, dnscrypt-proxy2
doh-server
Fast, mature, secure DoH and ODoH server proxy written in Rust. Previously known as doh-proxy and rust-doh.
Stars: ✭ 526 (+2004%)
Mutual labels:  dnscrypt, doh
DNS-over-HTTPS
An implementation of RFC 8484 - DNS Queries over HTTPS (DoH).
Stars: ✭ 27 (+8%)
Mutual labels:  dns-over-https, doh
encrypted-dns-server
An easy to install, high-performance, zero maintenance proxy to run an encrypted DNS server.
Stars: ✭ 566 (+2164%)
Mutual labels:  dnscrypt, doh
Simplednscrypt
A simple management tool for dnscrypt-proxy
Stars: ✭ 1,901 (+7504%)
Mutual labels:  dnscrypt, dnscrypt-proxy2
dnsredir
Yet another seems better forward/proxy plugin for CoreDNS
Stars: ✭ 58 (+132%)
Mutual labels:  dns-over-https, doh
AdGuardHome
Network-wide ads & trackers blocking DNS server
Stars: ✭ 16,027 (+64008%)
Mutual labels:  dnscrypt, dns-over-https
harddns
RFC8484 and DoH/JSON resolver
Stars: ✭ 35 (+40%)
Mutual labels:  dns-over-https, doh
jp.tiar.app
jp.tiar.app
Stars: ✭ 28 (+12%)
Mutual labels:  dnscrypt, dns-over-https
dohjs
DNS over HTTPS client for use in the browser
Stars: ✭ 71 (+184%)
Mutual labels:  dns-over-https, doh
luci-openwisp
OpenWISP configuration interface implemented as LuCI extensions
Stars: ✭ 21 (-16%)
Mutual labels:  luci

DNSCrypt Proxy Version2 LuCI support for OpenWrt

Helping to setup dnscrypt-proxy2 DNS resolvers

Fun

  • Fully configure options for client
  • Support resolver list cache mode

Todo

  • self-sign for resolvers list.
  • DoH server configures.

compile

  • Download SDK, and it's depends:

    sudo apt-get install gawk libncurses5-dev libz-dev zlib1g-dev git ccache
  • Download your own SDK

    # Untar ar71xx platform
    tar xjf OpenWrt-SDK-15.05-ar71xx-generic_gcc-4.8-linaro_uClibc-0.9.33.2.Linux-x86_64.tar.bz2
    cd OpenWrt-SDK-*
    # update feeds
    ./scripts/feeds update packages
    # Clone
    git clone https://github.com/peter-tank/luci-app-dnscrypt-proxy2.git package/luci-app-dnscrypt-proxy2
    # select this package
    make menuconfig
    # Compile
     make package/luci-app-dnscrypt-proxy2/compile V=99

installing

  • Depends: md5sum wget tar
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].