dns server setup

This commit is contained in:
afeiszli
2021-05-04 21:36:55 +00:00
parent 7861e9e1e5
commit 2b77ae6723
12 changed files with 232 additions and 91 deletions

View File

@@ -441,7 +441,7 @@ func WriteHosts() error {
}
}
}
err = hostfile.SaveAs("./config/netmaker.hosts")
err = hostfile.SaveAs("./config/dnsconfig/netmaker.hosts")
return err
}