Skip to content

Releases: AdguardTeam/dnsproxy

Release v0.74.0

26 Dec 17:32
Compare
Choose a tag to compare

Warning

The release contains a bug related to resolving the system hosts file (#430).

Important

On Unix systems, add the initial separator / when specifying the path for the hosts file. For example, if you previously had --hosts-files=home/user/hosts.txt, use --hosts-files=/home/user/hosts.txt.

Changed

  • The command-line flag --hosts-files, which previously required a relative file path location from the root, now supports both absolute path and paths relative to the current directory. --hosts-files=path/to/file is now interpreted relative to the current working directory as opposed to relative to the root (#418).

Release v0.73.5

23 Dec 14:15
Compare
Choose a tag to compare

Fixed

  • Race conditions when using fastest_addr and parallel upstream modes.

Release v0.73.4

29 Nov 11:20
Compare
Choose a tag to compare

Changed

Release v0.73.3

07 Nov 16:49
Compare
Choose a tag to compare

Changed

Fixed

  • Cache related log messages (#424).

Release v0.73.2

16 Sep 04:22
Compare
Choose a tag to compare

Fixed

  • Get rid of github.com/jessevdk/go-flags dependency (#182).

Release v0.73.1

21 Aug 11:03
Compare
Choose a tag to compare

Fixed

  • The hosts-file-enabled field of the YAML configuration could not be parsed (#413).

Release v0.73.0

20 Aug 10:05
Compare
Choose a tag to compare

Acknowledgements

A special thanks to our contributor @sanyo0714 (#412), as well as to everyone who helped us with this release!

Added

  • The --hosts-file-enabled and the --hosts-files options, which control the preliminary resolving A, AAAA and PTR requests from hosts (5) files before using the upstream servers.

Note

The functionality is enabled and uses the OS-specific hosts files by default. To disable it, use --hosts-file-enabled=false option.

Changed

Removed

Release v0.72.3

06 Aug 11:13
Compare
Choose a tag to compare

Changed

Release v0.72.2

31 Jul 17:32
Compare
Choose a tag to compare

Fixed

  • General memory performance improvements.

Release v0.72.1

19 Jul 12:55
Compare
Choose a tag to compare

Fixed

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