Releases: oddmario/simple-dns-server
Releases · oddmario/simple-dns-server
v1.2.7
v1.2.6
Changed
- Don't set
CGO_ENABLED
to zero while compiling. - Updated the
build.py
builder to generate more optimised binaries
v1.2.5
Fixed
- Send the proper DNS rcode as a part of the DNS response/answer
v1.2.4
Added
- Query logging is now disabled by default, can optionally be enabled using the
query_logging
config option.
v1.2.3
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.