Skip to content

Releases: oddmario/simple-dns-server

v1.2.7

Choose a tag to compare

@github-actions github-actions released this 22 Oct 17:48

Fixed

  • Fixed the excessive memory usage that was caused by the DNS queries logger.

Changed

  • Made the MySQL database connections start with the autocommit=true option to ensure that any SQL commands take effect immediately.

v1.2.6

Choose a tag to compare

@github-actions github-actions released this 15 Sep 10:35

Changed

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

v1.2.5

Choose a tag to compare

@github-actions github-actions released this 15 Sep 08:49

Fixed

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

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 14 Sep 20:18

Added

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

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 14 Sep 17:29

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

Choose a tag to compare

@github-actions github-actions released this 14 Sep 16:55

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

Choose a tag to compare

@oddmario oddmario released this 09 Sep 09:55
Merge branch 'main' of https://github.com/oddmario/simple-dns-server.git

v1.2

Choose a tag to compare

@oddmario oddmario released this 08 Sep 18:24
tidy code up and make the project more user friendly overall