Skip to content

Commit 4e0bf26

Browse files
committed
update to 2025.09.01
* Added DNS server with TCP support * Added TCP client limit option, also can be used to disable TCP DNS server in case of issues * Readme and help pages updated * Combined API with UDP DNS server * Use minimally necessary public header * Added TCP only statistic counters * Added TCP functional tests * Basic querries with valgrind - fragmented TCP request processing - testing 4k large response support * Started to use stricter compiler warnings * UDP truncation feature * Enable more compiler warnings * Replace c-ares deprecated functions * Reset HTTPS client on timeouts * systemd service improvements * Version bump
1 parent 12fc455 commit 4e0bf26

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
include $(TOPDIR)/rules.mk
33

44
PKG_NAME:=https-dns-proxy
5-
PKG_VERSION:=2025.05.11
6-
PKG_RELEASE:=4
5+
PKG_VERSION:=2025.09.01
6+
PKG_RELEASE:=1
77

88
PKG_SOURCE_PROTO:=git
99
PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/
10-
PKG_SOURCE_VERSION:=a34e20d6e24df603427d91bac8f58c2d3a8aa0a6
11-
PKG_MIRROR_HASH:=43a2dc631f925dbf43efaf53da925e1e8eb61f30cc02020ff3a5024b27e2dd91
10+
PKG_SOURCE_VERSION:=daa0d39304f1131a6c65b7946773d782d5fc2fa8
11+
PKG_MIRROR_HASH:=df6e5e2a911de2a8fcd76eb469eb231791ad1947bb28c43cfddec8c215be69ba
1212

1313
PKG_MAINTAINER:=Stan Grishin <[email protected]>
1414
PKG_LICENSE:=MIT

patches/010-cmakelists-remove-cflags.patch

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)