* Bump version and amend notes to include latest PRs Signed-off-by: Miek Gieben <miek@miek.nl> * Update notes/coredns-1.8.4.md Co-authored-by: Chris O'Haver <cohaver@infoblox.com> * Update notes/coredns-1.8.4.md Co-authored-by: Chris O'Haver <cohaver@infoblox.com> * Update notes/coredns-1.8.4.md Co-authored-by: Chris O'Haver <cohaver@infoblox.com> * Update notes/coredns-1.8.4.md Co-authored-by: Chris O'Haver <cohaver@infoblox.com> * Remove newline and set data anew Signed-off-by: Miek Gieben <miek@miek.nl> Co-authored-by: Chris O'Haver <cohaver@infoblox.com>
8 lines
127 B
Go
8 lines
127 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.8.4"
|
|
coreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|