From 8fb76701f4b6d4dafca630e69ade5a241bff29fa Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 23 Aug 2023 20:10:54 +0300 Subject: [PATCH] Pull request 1974: 6133-upd-quic-go Updates #6133. Squashed commit of the following: commit cb096e3cdef8e85fa3a27e3bb3065317aaa29048 Author: Ainar Garipov Date: Wed Aug 23 19:41:04 2023 +0300 openapi: imp chlog commit 623594f95d4be3a03e451849f7b1b5181785aeeb Author: Ainar Garipov Date: Wed Aug 23 19:25:47 2023 +0300 all: upd quic-go, txt-lint --- AGHTechDoc.md | 4 ++-- CHANGELOG.md | 4 +++- go.mod | 6 +++--- go.sum | 12 ++++++------ internal/dhcpd/README.md | 10 +++++----- openapi/CHANGELOG.md | 23 ++++++++++++++++------- scripts/install.sh | 2 +- scripts/make/txt-lint.sh | 27 +++++++++++++++++++++++++-- 8 files changed, 61 insertions(+), 27 deletions(-) diff --git a/AGHTechDoc.md b/AGHTechDoc.md index c1b53300..42c15a46 100644 --- a/AGHTechDoc.md +++ b/AGHTechDoc.md @@ -835,7 +835,7 @@ Request: Response: 200 OK - + ### API: Validate TLS configuration Request: @@ -2008,7 +2008,7 @@ Request: Response: 200 OK - + DOH plist file ## API: Get DNS over TLS .mobileconfig diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6a537a..8d20d3e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,9 +69,10 @@ In this release, the schema version has changed from 24 to 25. ### Fixed +- Occasional DNS-over-QUIC and DNS-over-HTTP/3 errors ([#6133]). - Legacy DNS rewrites containing IPv4-mapped IPv6 addresses are now matching the `AAAA` requests, not `A` ([#6050]). -- File log configuration, such as `max_size`, being ignored ([#6093]). +- File log configuration, such as `max_size`, being ignored ([#6093]). - Panic on using a single-slash filtering rule. - Panic on shutting down while DNS requests are in process of filtering ([#5948]). @@ -84,6 +85,7 @@ In this release, the schema version has changed from 24 to 25. [#6053]: https://github.com/AdguardTeam/AdGuardHome/issues/6053 [#6093]: https://github.com/AdguardTeam/AdGuardHome/issues/6093 [#6122]: https://github.com/AdguardTeam/AdGuardHome/issues/6122 +[#6133]: https://github.com/AdguardTeam/AdGuardHome/issues/6133