mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
7 lines
77 B
Go
7 lines
77 B
Go
const (
|
|
coreName = "CoreDNS"
|
|
coreVersion = "001"
|
|
|
|
serverType = "dns"
|
|
)
|