Release v0.1.0
Added
Features of the initial prototype:
-
A mix of command-line flags and configuration file options may be used for all options
-
Query just one server or as many as are provided
- Note: A configuration file is recommended for providing multiple DNS servers
-
Multiple query types supported
CNAME
A
AAAA
MX
-
User configurable logging levels
-
User configurable logging format
Worth noting (in no particular order):
- Command-line flags support via
flag
standard library package - Go modules (vs classic
GOPATH
setup) - GitHub Actions Workflows which apply linting and build checks
- Makefile for general use cases (including local linting)
- Note: See README for available options if building on Windows
References
- See the
v0.1.0
milestone for the issues associated with this release. - See our CHANGELOG for more information.