Adapt to new module structure with base and core modules
This commit is contained in:
@@ -27,7 +27,7 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
modules.Register("nameserver", prep, start, nil, "intel")
|
||||
modules.Register("nameserver", prep, start, nil, "core", "intel")
|
||||
|
||||
if runtime.GOOS == "windows" {
|
||||
listenAddress = "0.0.0.0:53"
|
||||
|
||||
@@ -21,7 +21,7 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
modules.Register("nameserver", prep, start, nil, "intel")
|
||||
modules.Register("nameserver", prep, start, nil, "core", "intel")
|
||||
}
|
||||
|
||||
func prep() error {
|
||||
|
||||
Reference in New Issue
Block a user