aboutsummaryrefslogtreecommitdiff
path: root/core/coredns.go
blob: 0ff1dc95f66d2159301f9f5922713f35bd7ec17a (plain) (blame)
1
2
3
4
5
6
7
// Package core registers the server and all plugins we support.
package core

import (
	// plug in the server
	_ "github.com/coredns/coredns/core/dnsserver"
)