Skip to content

Releases: oddmario/simple-dns-server

v1.2.6

15 Sep 10:35
Compare
Choose a tag to compare

Changed

  • Don't set CGO_ENABLED to zero while compiling.
  • Updated the build.py builder to generate more optimised binaries

v1.2.5

15 Sep 08:49
Compare
Choose a tag to compare

Fixed

  • Send the proper DNS rcode as a part of the DNS response/answer

v1.2.4

14 Sep 20:18
Compare
Choose a tag to compare

Added

  • Query logging is now disabled by default, can optionally be enabled using the query_logging config option.

v1.2.3

14 Sep 17:29
Compare
Choose a tag to compare

Added

  • Added support for macOS (Darwin) AMD64 and ARM64 platforms.
  • Added support for the Windows ARM64 platform.

Fixed

  • Re-introduced support for the Windows AMD64 platform, mistakingly not included in previous release.

v1.2.2

14 Sep 16:55
Compare
Choose a tag to compare

Added

  • Added a workflow for making releases. (#3)
  • Added a workflow for compiling commits and pull requests (#3)

Changed

  • Various improvements to how Docker builds work. (#3)

v1.2.1

09 Sep 09:55
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/oddmario/simple-dns-server.git

v1.2

08 Sep 18:24
Compare
Choose a tag to compare
tidy code up and make the project more user friendly overall