Releases: oddmario/simple-dns-server
Releases · oddmario/simple-dns-server
v1.2.7
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed
Don't set CGO_ENABLED to zero while compiling.
Updated the build.py builder to generate more optimised binaries
v1.2.5
Compare
Sorry, something went wrong.
No results found
Fixed
Send the proper DNS rcode as a part of the DNS response/answer
v1.2.4
Compare
Sorry, something went wrong.
No results found
Added
Query logging is now disabled by default, can optionally be enabled using the query_logging config option.
v1.2.3
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Merge branch 'main' of https://github.com/oddmario/simple-dns-server.git
v1.2
Compare
Sorry, something went wrong.
No results found
tidy code up and make the project more user friendly overall