mirror of
https://github.com/coredns/coredns.git
synced 2025-09-20 05:01:05 +02:00
9 lines
97 B
Go
9 lines
97 B
Go
package coremain
|
|
|
|
const (
|
|
coreName = "CoreDNS"
|
|
coreVersion = "1.0.0"
|
|
|
|
serverType = "dns"
|
|
)
|