Skip to content

Releases: AdguardTeam/dnsproxy

Release v0.59.1

23 Nov 17:10
Compare
Choose a tag to compare

Fixed

Release v0.59.0

17 Nov 09:13
Compare
Choose a tag to compare

Added

  • Cache for custom upstream configurations (#169).

Changed

Release v0.58.0

10 Nov 16:52
Compare
Choose a tag to compare

Release v0.57.3

08 Nov 12:07
Compare
Choose a tag to compare

Fixed

  • IP version check for rate limiting.

Release v0.57.2

07 Nov 13:40
Compare
Choose a tag to compare

Fixed

  • Release executable files uploading.

Release v0.57.0

07 Nov 10:19
Compare
Choose a tag to compare

Added

  • CIDR-based ratelimiting configurable via RatelimitSubnetMaskIPv4 and RatelimitSubnetMaskIPv4 fields of proxy.Config, and the --ratelimit-subnet-len-ipv4 and --ratelimit-subnet-len-ipv6 command-line options.
  • The QueryDuration field of the proxy.DNSContext which contains the duration of an actual exchange either with an upstream server, or with the fallback one.
  • Basic Auth for DNS-over-HTTPS.

Removed

  • The StartTime field of the proxy.DNSContext.

Release v0.56.3

23 Oct 15:17
Compare
Choose a tag to compare

Changed

  • The ParseUpstreamsConfig function now supports several space-separated URLs in a single domain-specific upstream line, each of which will be used for the specified domains.

Release v0.56.2

17 Oct 13:29
Compare
Choose a tag to compare

Fixed

  • github.com/quic-go/quic-go has been updated to fix QUIC issues on FreeBSD.

Release v0.56.1

09 Oct 10:01
Compare
Choose a tag to compare

Fixed

  • Queries of DS type incorrectly routed to the exactly matched domain-specific upstream as opposed to RFC 4035 Section 2.4 recommendations.

Release v0.56.0

04 Oct 14:19
Compare
Choose a tag to compare

Changed