Skip to content

Releases: AdguardTeam/dnsproxy

Release v0.72.2

31 Jul 17:32

Choose a tag to compare

Fixed

  • General memory performance improvements.

Release v0.72.1

19 Jul 12:55

Choose a tag to compare

Fixed

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

Release v0.72.0

05 Jul 09:43

Choose a tag to compare

Added

Changed

Removed

Release v0.71.2

31 May 10:23

Choose a tag to compare

Changed

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

Release v0.71.1

02 May 13:58

Choose a tag to compare

Fixed

  • Ignored wildcard specifications for top-level domains.

Release v0.71.0

26 Apr 11:56

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.

Release v0.70.0

18 Apr 13:05

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.

Release v0.69.2

11 Apr 16:24

Choose a tag to compare

Fixed

Tip

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

Release v0.69.1

10 Apr 16:25

Choose a tag to compare

Fixed

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

Release v0.69.0

09 Apr 14:17

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