Files
luci/applications/luci-app-https-dns-proxy
Stan Grishin 5bb93b2e52 luci-app-https-dns-proxy: update to 2025-12-29-1
* update version to match principal package
* split the main config section into service configs and the global
  instance configs
* add support for the new source_addr option; @karl82 I'd appreciate if
  you could look at the WebUI and documentation and suggest improvements
  for description
* add WebUI support for all available configs in both global configs and
  per-instance/provider modal window
* bugfix: store bootstrap_dns options from the provider json file when
  adding a new instance
* if listen_addr or listen_port or source_addr are not set, display nicer
  text in the GridSection view than `none`.

Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit 4979338bbb)
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2026-01-08 23:38:25 +00:00
..

luci-app-https-dns-proxy

OpenWrt Web UI Resolvers Minimal Footprint License

A WebUI for lightweight, RFC8484-compliant DNS-over-HTTPS (DoH) proxy service for OpenWrt.
Includes optional integration with dnsmasq, automatic fallback, and canary domain support.

Features

  • Small footprint (~40KB installed)
  • Seamless dnsmasq integration and fallback
  • LuCI Web UI with 40+ built-in resolvers

Full documentation:

https://docs.openwrt.melmac.ca/https-dns-proxy/

Based on @aarond10's excellent https_dns_proxy