From aafff5ff987a45d6bdb49abce8b312edda37ebe9 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Mon, 12 May 2025 01:55:03 +0000 Subject: [PATCH] https-dns-proxy: update to 2025.05.11 * update to 2025.05.11 from upstream: https://github.com/aarond10/https_dns_proxy/commit/a34e20d6e24df603427d91bac8f58c2d3a8aa0a6 * update default config with default value for procd_fw_src_interfaces Signed-off-by: Stan Grishin --- net/https-dns-proxy/Makefile | 6 +++--- net/https-dns-proxy/files/etc/config/https-dns-proxy | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net/https-dns-proxy/Makefile b/net/https-dns-proxy/Makefile index 247e7df9f..58eb91bfd 100644 --- a/net/https-dns-proxy/Makefile +++ b/net/https-dns-proxy/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=https-dns-proxy -PKG_VERSION:=2025.03.13 +PKG_VERSION:=2025.05.11 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/ -PKG_SOURCE_VERSION:=0e074b40f3e20d7564faa81d1c21602dcf534313 -PKG_MIRROR_HASH:=85c32f80ebe49c152a8ad75fa0c970026523fee445c9344d75e109b6736c59e5 +PKG_SOURCE_VERSION:=a34e20d6e24df603427d91bac8f58c2d3a8aa0a6 +PKG_MIRROR_HASH:=43a2dc631f925dbf43efaf53da925e1e8eb61f30cc02020ff3a5024b27e2dd91 PKG_MAINTAINER:=Stan Grishin PKG_LICENSE:=MIT diff --git a/net/https-dns-proxy/files/etc/config/https-dns-proxy b/net/https-dns-proxy/files/etc/config/https-dns-proxy index 39b807b45..08660e871 100644 --- a/net/https-dns-proxy/files/etc/config/https-dns-proxy +++ b/net/https-dns-proxy/files/etc/config/https-dns-proxy @@ -13,6 +13,7 @@ config main 'config' # list force_dns_port '4434' # list force_dns_port '5443' # list force_dns_port '8443' + list procd_fw_src_interfaces 'lan' option procd_trigger_wan6 '0' config https-dns-proxy