1 2 3 4 5 6 7 8
package coremain // Various CoreDNS constants. const ( CoreVersion = "1.8.6" coreName = "CoreDNS" serverType = "dns" )