From 3c05f77991d744cd10900acbee15ad5667fdfd10 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 1 Jul 2025 15:03:29 +0300 Subject: [PATCH] Pull request 2433: 7903-fix-ttl-override Updates #7903. Squashed commit of the following: commit c1147c75a4f19e5281420d32b8f548944108897b Author: Ainar Garipov Date: Tue Jul 1 14:49:32 2025 +0300 all: upd dnsproxy commit 3bbb606dd8504c2293de71370b73039447fcfc85 Author: Ainar Garipov Date: Tue Jul 1 14:18:30 2025 +0300 all: fix ttl override --- CHANGELOG.md | 4 +++- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d32be6..a3209044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,11 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed -- Validation process for DNSCrypt settings ([#7856]) +- TTL override calculation ([#7903]). +- Validation process for DNSCrypt settings ([#7856]). [#7856]: https://github.com/AdguardTeam/AdGuardHome/issues/7856 +[#7903]: https://github.com/AdguardTeam/AdGuardHome/issues/7903