Skip to content

Releases: axeleroy/dnsproxy-docker

Release v0.54.0

15 Aug 01:40
0327089

Choose a tag to compare

Changed

  • Updated quic-go@v0.36.1 dependency to quic-go@v0.37.4.

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

Release v0.53.1

10 Aug 02:02
0327089

Choose a tag to compare

Fixed

  • Wrong algorithm for sorting IP addresses.

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

Release v0.52.0

19 Jul 03:18

Choose a tag to compare

Added

  • The ability to set the Server HTTP header for DNS-over-HTTPS protocol via CLI arguments and configuration file (#337).

Changed

  • Updated quic-go@v0.35.1 dependency to quic-go@v0.36.1.

Fixed

  • Request retry for stale H3 client connections (#340).

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

Release v0.51.0

01 Jul 02:36

Choose a tag to compare

Added

  • The ability to specify the DNS timeout via CLI arguments and configuration file (#333).
  • The ability to set domain-specific fallback servers, like in general and private upstream configurations.

Fixed


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

Release v0.50.2

10 Jun 02:13

Choose a tag to compare

Fixed

  • DNSCrypt upstream not resetting the client and resolver information on dialing errors.

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

Release v0.50.1

09 Jun 02:24

Choose a tag to compare

Release v0.50.0

07 Jun 02:25

Choose a tag to compare

Release v0.49.2

03 Jun 02:14

Choose a tag to compare

Fixed

  • Bug in ECS cache with using custom IP (#329).
  • A few security vulnerabilities potentially leading to cache poisoning.

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

Release v0.49.1

19 Apr 02:02

Choose a tag to compare

Fixed

  • Plain UDP/TCP upstream servers defined by a hostname now bootstrapped with specified bootstrap DNS servers.

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

Release v0.49.0

14 Apr 01:57

Choose a tag to compare

Changed

  • upstream.Resolver is now an interface type. Its method LookupNetIP, replacing LookupIPAddr, returns a slice of netip.Addrs.

  • upstream.NewResolver now returns the new interface type.

  • upstream.LookupParallel now uses the new interface type.

Deprecated

  • Several functions in package proxyutil:

    • proxyutil.UDPGetOOBSize;
    • proxyutil.UDPSetOptions;
    • proxyutil.UDPRead;
    • proxyutil.UDPWrite.

    These functions will be removed in a future release.


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