Skip to content

Releases: AdguardTeam/dnsproxy

Release v0.77.0

08 Oct 13:46

Choose a tag to compare

Changed

Release v0.76.2

01 Oct 15:48

Choose a tag to compare

Changed

  • The version of Go updated to 1.25.1.

Release v0.76.1

01 Jul 11:58

Choose a tag to compare

Fixed

  • TTL override calculation.

Release v0.76.0

26 Jun 16:17

Choose a tag to compare

Changed

  • quic-go update: fields QUICConnection and QUICStream of proxy.DNSContext type are now pointer to structs.

Removed

  • The previously deprecated function fastip.NewFastestAddr.

Release v0.75.6

10 Jun 12:18

Choose a tag to compare

Fixed

  • Opened listeners are now closed on failed start.

Release v0.75.5

13 May 15:11

Choose a tag to compare

Changed

  • Improved logging.
  • Updated gonum dependency.

Release v0.75.4

06 May 13:23

Choose a tag to compare

Fixed

  • The custom cache provided through DNSContext is now utilized even when the global cache is disabled.

Release v0.75.3

17 Apr 18:07

Choose a tag to compare

Acknowledgements

Special thanks to Xiang Li for reporting the vulnerability.

Security

  • New configuration object PendingRequestsConfig for configuring the cache poisoning attack mitigation. By default, proxy.Proxy will now track all simultaneous duplicate requests, and only perform a single lookup for them.

Release v0.75.2

19 Mar 14:23

Choose a tag to compare

Added

  • New type BindRetryConfig for configuring listen addresses binding retry mechanism.

Release v0.75.1

10 Mar 15:26

Choose a tag to compare

Changed

  • The minimum required version of Go has been increased to 1.24.