Skip to content

Releases: axeleroy/dnsproxy-docker

Release v0.72.2

01 Aug 01:33
Compare
Choose a tag to compare

Fixed

  • General memory performance improvements.

Original release: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.72.2

Release v0.72.1

20 Jul 01:33
Compare
Choose a tag to compare

Fixed

  • Race conditions on message ID in DNS-over-HTTPS and DNS-over-QUIC upstream implementations (#402).

Original release: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.72.1

Release v0.72.0

08 Jul 08:15
Compare
Choose a tag to compare

Added

Changed

Removed

Docker

  • Bump golang from 1.22.3 to 1.22.5
  • Bump alpine from 3.20.0 to 3.20.1

(Sorry for the late release, the build broke and I had a busy week-end)


Original release: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.72.0

Release v0.71.2

01 Jun 01:28
Compare
Choose a tag to compare

Changed

  • The quic-go dependency has been updated to v0.44.0.

Docker

  • Bump alpine from 3.18.5 to 3.20.0 #20

Original release: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.71.2

Release v0.71.1

03 May 01:26
a4eb3b5
Compare
Choose a tag to compare

Fixed

  • Ignored wildcard specifications for top-level domains.

Original release: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.71.1

Release v0.71.0

27 Apr 01:24
a4eb3b5
Compare
Choose a tag to compare

Fixed

  • The quic-go dependency has been updated due to issues with QUIC and HTTP/3 upstreams on older Linux kernel versions.
  • Domain specifications for top-level domains now considered when routing the requests for unqualified names.

---
Original release: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.71.0

Release v0.70.0

19 Apr 01:24
a4eb3b5
Compare
Choose a tag to compare

Changed

  • SOA and NS requests containing ARPA domains implying private IP addresses are now treated as private requests, as was previously the case only for PTR requests.
  • proxy.DNSContext.RequestedPrivateRDNS is now set for SOA and NS requests, as was previously the case only for PTR requests.

---
Original release: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.70.0

Release v0.69.2

12 Apr 01:24
a4eb3b5
Compare
Choose a tag to compare

Fixed

Tip

Consider wrapping each returned error with proxy.BeforeRequestError with a SERVFAIL response.

---
Original release: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.69.2

Release v0.69.1

11 Apr 01:24
a4eb3b5
Compare
Choose a tag to compare

Fixed

  • Validations in proxy.New performed with the default values, not the ones from configuration.

---
Original release: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.69.1

Release v0.69.0

10 Apr 01:23
a4eb3b5
Compare
Choose a tag to compare

Added

Changed

  • The quic-go dependency has been updated to v0.42.0.
  • proxy.BeforeRequestHandler is now an interface instead of a callback, and its the only method also differs in signature.

Fixed

---
Original release: https://github.com/AdguardTeam/dnsproxy/releases/tag/v0.69.0