Skip to content

Releases: axeleroy/dnsproxy-docker

Release v0.75.0

30 Jan 01:34
Compare
Choose a tag to compare

Added

Changed

  • Positional (non-flag) arguments now cause an error instead of being ignored.

Fixed

Removed


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

What's Changed

New Contributors

Full Changelog: v0.73.5...v0.75.0

Release v0.74.1

28 Dec 01:34
Compare
Choose a tag to compare

Fixed

  • Issue with locating the system hosts file (#430).
  • Reverse DNS lookups for records from the hosts file.

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

Release v0.74.0

27 Dec 01:33
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).

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

Release v0.73.5

24 Dec 01:34
Compare
Choose a tag to compare

Fixed

  • Race conditions when using fastest_addr and parallel upstream modes.

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

Release v0.73.4

30 Nov 01:33
dcd6844
Compare
Choose a tag to compare

Release v0.73.3

08 Nov 08:36
dcd6844
Compare
Choose a tag to compare

Changed

Fixed

  • Cache related log messages (#424).

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

Release v0.73.2

17 Sep 01:29
Compare
Choose a tag to compare

Fixed

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

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

Release v0.73.1

22 Aug 01:33
Compare
Choose a tag to compare

Fixed

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

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

Release v0.73.0

21 Aug 01:33
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

Docker

  • Updated build image from golang 1.22.6 to 1.23.0

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

Release v0.72.3

07 Aug 01:33
Compare
Choose a tag to compare

Changed

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