Pull request 2433: 7903-fix-ttl-override

Updates #7903.

Squashed commit of the following:

commit c1147c75a4f19e5281420d32b8f548944108897b
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Jul 1 14:49:32 2025 +0300

    all: upd dnsproxy

commit 3bbb606dd8504c2293de71370b73039447fcfc85
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Jul 1 14:18:30 2025 +0300

    all: fix ttl override
This commit is contained in:
Ainar Garipov
2025-07-01 15:03:29 +03:00
parent 827fc455b1
commit 3c05f77991
3 changed files with 6 additions and 4 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/AdguardTeam/AdGuardHome
go 1.24.4
require (
github.com/AdguardTeam/dnsproxy v0.76.0
github.com/AdguardTeam/dnsproxy v0.76.1
github.com/AdguardTeam/golibs v0.32.15
github.com/AdguardTeam/urlfilter v0.20.0
github.com/NYTimes/gziphandler v1.1.1