mirror of
https://github.com/coredns/coredns.git
synced 2025-10-11 07:21:28 +02:00
9 lines
97 B
Go
9 lines
97 B
Go
package coremain
|
|
|
|
const (
|
|
coreName = "CoreDNS"
|
|
coreVersion = "1.0.2"
|
|
|
|
serverType = "dns"
|
|
)
|