mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 17:29:15 +08:00
feat(NET-591): allow generic DNS entries (#2568)
This commit is contained in:
@@ -32,7 +32,7 @@ func SetDNS() error {
|
||||
return err
|
||||
}
|
||||
for _, entry := range dns {
|
||||
hostfile.AddHost(entry.Address, entry.Name+"."+entry.Network)
|
||||
hostfile.AddHost(entry.Address, entry.Name)
|
||||
}
|
||||
}
|
||||
if corefilestring == "" {
|
||||
|
Reference in New Issue
Block a user