packages/net/https-dns-proxy
Stan Grishin f38b17190a https-dns-proxy: update to 2026.05.06-1
Maintainer: me
Compile tested: x86_64, Dell EMC Edge620, OpenWrt 25.12.4
Run tested: x86_64, Dell EMC Edge620, OpenWrt 25.12.4

Description:
Update to 2026.05.06 and add IP family option

  - Update PKG_VERSION to 2026.05.06
  - Update PKG_RELEASE to 1
  - Add PKG_CPE_ID for CVE tracking
  - Update PKG_MIRROR_HASH and PKG_SOURCE_VERSION

files/etc/config/https-dns-proxy:
  - Add comments for default options
  - Add new 'force_ip_family' option to control IP family for resolvers
  - Update default 'bootstrap_dns' to include IPv6 addresses

files/etc/init.d/https-dns-proxy:
  - Add DEFAULT_BOOTSTRAP4 and DEFAULT_BOOTSTRAP6 for family fallbacks
  - Change 'global_force_ipv6' to 'global_force_ip_family' for new option
  - Modify append_boot to filter bootstrap DNS by 'force_ip_family'
  - Implement fallback bootstrap DNS for forced IP families with no
    compatible configured servers
  - Change 'start_instance' to use 'force_ip_family' instead of
    'force_ipv6'
  - Ensure 'service_started' and 'service_stopped' always return 0 to
    prevent incorrect failure reports for `start`/`reload`/`restart`
    commands

files/etc/uci-defaults/50-https-dns-proxy-migrate-options.sh:
  - Migrate 'force_ipv6_resolvers' option to 'force_ip_family' option
  - Remove old 'force_ipv6_resolvers' option after migration

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2026-07-18 17:26:36 -07:00
..
files https-dns-proxy: update to 2026.05.06-1 2026-07-18 17:26:36 -07:00
tests https-dns-proxy: update to 2026.05.06-1 2026-07-18 17:26:36 -07:00
Makefile https-dns-proxy: update to 2026.05.06-1 2026-07-18 17:26:36 -07:00
README.md https-dns-proxy: update to 2026.03.18-4 2026-06-19 11:10:56 -07:00
test.sh

README.md

https-dns-proxy

OpenWrt Web UI Resolvers Minimal Footprint License

A 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
  • Optional LuCI Web UI with 40+ built-in resolvers

Full documentation:

https://docs.mossdef.org/https-dns-proxy/

Based on @aarond10's excellent https_dns_proxy