update dns settigns on migration

This commit is contained in:
abhishek9686 2025-06-09 17:49:10 +05:30
parent ba869d7369
commit 087b7393d6

View file

@ -202,6 +202,7 @@ func updateHosts() {
} else {
host.DNS = "no"
}
logic.UpsertHost(&host)
}
}
}