mirror of
https://github.com/coredns/coredns.git
synced 2025-08-07 23:07:01 +02:00
9 lines
128 B
Go
9 lines
128 B
Go
package coremain
|
|
|
|
// Various CoreDNS constants.
|
|
const (
|
|
CoreVersion = "1.11.4"
|
|
CoreName = "CoreDNS"
|
|
serverType = "dns"
|
|
)
|