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