Skip to content

Releases: AdguardTeam/dnsproxy

Release v0.71.1

02 May 13:58
Compare
Choose a tag to compare

Fixed

  • Ignored wildcard specifications for top-level domains.

Release v0.71.0

26 Apr 11:56
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.

Release v0.70.0

18 Apr 13:05
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.

Release v0.69.2

11 Apr 16:24
Compare
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
Compare
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
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

Release v0.68.0

04 Apr 14:20
Compare
Choose a tag to compare

Added

Changed

Release v0.67.0

02 Apr 16:52
Compare
Choose a tag to compare

Added

Changed

Warning

Previously released v0.66.1 has been removed as it contains breaking changes.

Release v0.66.0

11 Mar 10:53
Compare
Choose a tag to compare

Added

Changed

Deprecated

Release v0.65.2

26 Feb 17:18
Compare
Choose a tag to compare

Fixed

Important

Release v0.65.1 hasn't been released. This release only differs from v0.65.1 in testing code.