8 lines
95 B
Go
8 lines
95 B
Go
package coremain
|
|
|
|
const (
|
|
coreName = "CoreDNS"
|
|
coreVersion = "010"
|
|
|
|
serverType = "dns"
|
|
)
|